#!/usr/bin/env ruby

$LOAD_PATH << File.expand_path('../lib', __dir__)
require 'cli/app'

exit 0
