Class: Secrets::App::Commands::ShowHelp

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

Instance Attribute Summary

Attributes inherited from Command

#cli

Instance Method Summary collapse

Methods inherited from Command

inherited, #initialize, #key, #opts

Constructor Details

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

Instance Method Details

#runObject



7
8
9
# File 'lib/secrets/app/commands/show_help.rb', line 7

def run
  opts.to_s
end