irs/src/irs.cr

9 lines
85 B
Crystal
Executable File

require "./bottle/cli"
def main
cli = CLI.new(ARGV)
cli.act_on_args
end
main()