class

Kamil::Cli::Runner

Inherits Reference < Object

Top-level CLI command runner and subcommand dispatcher.

Class methods

run(args : Array(String) = ARGV, output_io : IO = STDOUT, error_io : IO = STDERR) : Int32

Entrypoint for command dispatch.

Source