class Clim::Command::Help

Defined in:

clim/command/help.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(command : Clim::Command) #

[View source]

Instance Method Detail

def desc(*args, **options) #

[View source]
def desc(*args, **options, &) #

[View source]
def display #

[View source]
def max_name_length #

[View source]
def name_and_alias_name(cmd) #

[View source]
def parser(*args, **options) #

[View source]
def parser(*args, **options, &) #

[View source]
def sub_cmds_help #

[View source]
def sub_cmds_help_display #

[View source]
def sub_cmds_help_lines #

[View source]
def usage(*args, **options) #

[View source]
def usage(*args, **options, &) #

[View source]