class

Block::Cli

Inherits Admiral::Command < Reference < Object

Constants

HELP = {"description" => "", "overview" => ""}

Class methods

run(*args, **params)

Instance methods

__rescue_from___Admiral__Error(e)
arguments

Returns the commands Arguments object.

You can access names arguments by name. You can also access the remaning arguments using .arguments[index].

flags

Returns the commands Flags object.

You can access names flags by name.

help
run

The run command.

sub(command, *args, **params)

Invokes a sub command by name, passing self as the parent.

version

Nested types