Package conary :: Module command :: Class HelpCommand
[hide private]
[frames] | no frames]

Class HelpCommand

source code

                 object --+    
                          |    
lib.command.AbstractCommand --+
                              |
                             HelpCommand

Instance Methods [hide private]
 
runCommand(self, cfg, argSet, args, **kwargs) source code

Inherited from lib.command.AbstractCommand: __init__, addConfigOptions, addDocs, addParameters, prepare, processConfigOptions, requireParameters, setMainHandler, setParser, usage

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  commands = ['help']
  help = 'Display help information'
  commandGroup = 'Information Display'

Inherited from lib.command.AbstractCommand: defaultGroup, description, docs, hidden, hobbleShortOpts, paramHelp

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

runCommand(self, cfg, argSet, args, **kwargs)

source code 
Overrides: lib.command.AbstractCommand.runCommand