Class: POEditor::HelpCommand
- Inherits:
-
Object
- Object
- POEditor::HelpCommand
- Defined in:
- lib/poeditor/commands/help_command.rb
Instance Method Summary collapse
Instance Method Details
#run(argv) ⇒ Object
3 4 5 |
# File 'lib/poeditor/commands/help_command.rb', line 3 def run(argv) puts "Usage: poeditor pull" end |