struct

HelloWorld::Check::Flags

Inherits Struct / Value / Object

Extend the flags struct to include the flag

Constants

DESCRIPTIONS = {} of String => String
SPECS = {"is_recursive" => {kind: "bool", type: "Bool", default: "false", description: {"--recursive", ""}, short: "nil", long: "recursive", is_required: true}} of String => NamedTuple(kind: String, type: String, default: String, description: Tuple(String, String | ::Nil), short: String | ::Nil, long: String, is_required: Bool)

Constructors

new(command : Admiral::Command)

Instance methods

inspect(io)
Source
is_recursive
Source
validate!(command)