class Fission::CommandLineParser

def show_all_help

Returns nothing.

# => 'fission options command arguments ....'
@cli.show_all_help

Examples

summaries.
Internal: Outputs the usage as well as the known commands and their
def show_all_help
  ui.output @options_parser
  commands_help
end