mirror of
https://github.com/cooperhammond/irs.git
synced 2024-11-09 18:48:33 +00:00
10 lines
170 B
Crystal
Executable file
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 |