Class: LgPodPlugin::Command
- Inherits:
-
CLAide::Command
- Object
- CLAide::Command
- LgPodPlugin::Command
- Defined in:
- lib/command/init.rb,
lib/command/cache.rb,
lib/command/update.rb,
lib/command/command.rb,
lib/command/install.rb
Defined Under Namespace
Classes: Cache, Init, Install, Update
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize(argv) ⇒ Command
Returns a new instance of Command.
23 24 25 |
# File 'lib/command/command.rb', line 23 def initialize(argv) super end |
Class Method Details
.options ⇒ Object
13 14 15 16 17 |
# File 'lib/command/command.rb', line 13 def self. [ ['--silent', 'Show nothing'] ].concat(super) end |
.run(argv) ⇒ Object
19 20 21 |
# File 'lib/command/command.rb', line 19 def self.run(argv) super(argv) end |