irs/spec/spec_helper.cr

10 lines
170 B
Crystal
Raw Normal View History

2019-06-08 05:46:54 +00:00
require "spec"
2020-11-08 08:17:45 +00:00
# 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