irs/spec/spec_helper.cr
2020-11-08 01:17:45 -07:00

10 lines
170 B
Crystal
Executable file

require "spec"
# https://github.com/mosop/stdio
require "../src/bottle/cli"
def run_CLI_with_args(argv : Array(String))
cli = CLI.new(argv)
cli.act_on_args
end