class POEditor::HelpCommand

Public Instance Methods

run(argv) click to toggle source
# File lib/poeditor/commands/help_command.rb, line 3
def run(argv)
  puts "Usage: poeditor pull"
end