class

Kamil::Cli::BaseCommand

Inherits Reference < Object

Abstract base class for all Kamil CLI commands.

Constructors

new(output_io : IO = STDOUT, error_io : IO = STDERR)
Source

Instance methods

error_io
Source
output_io
Source
run(args : Array(String) = [] of String, output_io : IO = @output_io, error_io : IO = @error_io) : Int32

Executes the command with arguments and IO streams.

Source