Class: POEditor::HelpCommand

Inherits:
Object
  • Object
show all
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