Class: Sym::App::Commands::ShowHelp

Inherits:
BaseCommand show all
Defined in:
lib/sym/app/commands/show_help.rb

Constant Summary

Constants included from Sym

BASH_COMPLETION, COMPLETION_FILE, COMPLETION_PATH, DESCRIPTION, ENV_ARGS_VARIABLE_NAME, LOGGER, NIL_LOGGER, VERSION

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from Sym::App::Commands::BaseCommand

Instance Method Details

#executeObject



9
10
11
# File 'lib/sym/app/commands/show_help.rb', line 9

def execute
  opts.to_s(prefix: ' ' * 2)
end