Class: Keystorage::Command::Get
- Defined in:
- lib/keystorage/command/get.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Keystorage::Command::Base
Class Method Details
.help ⇒ Object
18 19 20 21 22 23 24 25 |
# File 'lib/keystorage/command/get.rb', line 18 def help "Description: get key from file Usage: keystrage [options] get groups [name] " end |