class

Fluxion::CLI::GroupCommand

Inherits Fluxion::CLI::Command < Reference < Object

A command that dispatches to subcommands.

Bare invocation prints its own subcommands rather than doing something: fluxion state with no verb is a question, not an instruction.

Instance methods

run(arguments : Array(String)) : ExitCode
Source