class

Fluxion::CLI::App

Inherits Reference < Object

The fluxion entry point: picks a subcommand and maps whatever escapes it to an exit code.

Constructors

new(globals : GlobalOptions = GlobalOptions.new, output : IO = STDOUT, error_output : IO = STDERR)
Source

Instance methods

commands
Source
error_output
Source
globals
Source
output
Source
run(arguments : Array(String)) : ExitCode
Source