abstract class Cli::Helps::Supercommand
Defined in:
cli/helps/supercommand.cr
Instance Method Summary
Instance methods inherited from class Cli::Help
__arguments
__arguments,
__array_size_of(definition)
__array_size_of,
__caption
__caption,
__default_of(definition)
__default_of,
__default_title
__default_title,
__definition_descriptions
__definition_descriptions,
__description_of(definition)
__description_of,
__footer
__footer,
__header
__header,
__join_description(*types)
__join_description,
__names_of(definition)
__names_of,
__options
__options,
__text
__text,
__title
__title,
__unparsed_args
__unparsed_args,
__variable_name_of(definition)
__variable_name_of
Constructor methods inherited from class Cli::Help
new(indent : Int32 = 2)
new
Class methods inherited from class Cli::Help
__caption
__caption,
__default_title
__default_title,
__footer
__footer,
__global_name
__global_name,
__header
__header,
__local_name
__local_name,
__normalize_definition_name(name)
__normalize_definition_name,
__reverse_case(s)
__reverse_case,
__sort_description(description)
__sort_description,
__title
__title,
__unparsed_args
__unparsed_args,
__yield(&)
__yield,
global_name
global_name,
local_name
local_name
Instance Method Detail
def
__subcommands_lines
#