Class: Shhh::App::Commands::ShowHelp

Inherits:
Command
  • Object
show all
Defined in:
lib/shhh/app/commands/show_help.rb

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from Shhh::App::Commands::Command

Instance Method Details

#executeObject



10
11
12
# File 'lib/shhh/app/commands/show_help.rb', line 10

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