Method: Cloudkick::Command::Help.create_default_groups!
- Defined in:
- lib/cloudkick/commands/help.rb
.create_default_groups! ⇒ Object
31 32 33 34 35 36 37 38 39 40 |
# File 'lib/cloudkick/commands/help.rb', line 31 def self.create_default_groups! group 'Commands' do |group| group.command 'help', 'show this usage' group.space group.command 'pssh --query <query> ' \ '<command> ' \ '[--username <username>] ', 'parallel ssh your nodes' end end |