abstract class Cli::Help
Direct Known Subclasses
Defined in:
cli/help.cr
Constant Summary
-
TYPES =
{:argument => :argument, :array => :option, :bool => :option, :string => :option, :string_array => :option, :handler => :handler}
Constructors
Class Method Summary
Instance Method Summary
Macro Summary
Constructor Detail
def self.
new(indent : Int32 =
2)
#
Class Method Detail
def self.
__default_title
#
def self.
__normalize_definition_name(name)
#
def self.
__reverse_case(s)
#
def self.
__sort_description(description)
#
def self.
__unparsed_args
#
Instance Method Detail
def
__array_size_of(definition)
#
def
__default_of(definition)
#
def
__definition_descriptions
#
def
__description_of(definition)
#
def
__join_description(*types)
#
def
__names_of(definition)
#
def
__variable_name_of(definition)
#
Macro Detail
macro
unparsed_args(block)
#