Class: Gerrit::Command::Help
Overview
Displays help documentation.
Instance Method Summary collapse
Methods inherited from Base
Methods included from Utils
camel_case, commit_hash?, map_in_parallel, snake_case
Constructor Details
This class inherits a constructor from Gerrit::Command::Base
Instance Method Details
#execute ⇒ Object
4 5 6 |
# File 'lib/gerrit/command/help.rb', line 4 def execute ui.print 'Usage: gerrit [command]' end |