Package moap :: Package command :: Module cl :: Class Contributors
[hide private]
[frames] | no frames]

Class Contributors

source code

extern.command.command.Command --+    
                                 |    
       extern.log.log.Loggable --+    
                                 |    
              util.util.LogCommand --+
                                     |
                                    Contributors

Instance Methods [hide private]
 
addOptions(self)
Override me to add options to the parser.
source code
 
do(self, args)
Override me to implement the functionality of the command.
source code

Inherited from util.util.LogCommand: __init__, debug

Inherited from extern.command.command.Command: getRootCommand, handleOptions, outputHelp, outputUsage, parse

Inherited from extern.log.log.Loggable: doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  usage = '[path to directory or ChangeLog file]'
short one-line usage string; %command gets expanded to a sub-command or [commands] as appropriate.
  summary = 'get a list of contributors since the previous release'
short one-line summary of the command
list of str aliases = ['cont', 'contrib']
list of alternative lowercase names recognized

Inherited from extern.command.command.Command: aliasedSubCommands, description, name, parentCommand, parser, subCommandClasses, subCommands

Inherited from extern.log.log.Loggable: logCategory

Method Details [hide private]

addOptions(self)

source code 

Override me to add options to the parser.

Overrides: extern.command.command.Command.addOptions
(inherited documentation)

do(self, args)

source code 

Override me to implement the functionality of the command.

Overrides: extern.command.command.Command.do
(inherited documentation)