Package moap :: Package command :: Module code :: Class Code
[hide private]
[frames] | no frames]

Class Code

source code

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

Instance Methods [hide private]

Inherited from util.util.LogCommand: __init__, debug

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

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

Class Variables [hide private]
  description = 'do things to the code'
longer paragraph explaining the command
  subCommandClasses = [Develop, Test]

Inherited from extern.command.command.Command: aliasedSubCommands, aliases, name, parentCommand, parser, subCommands, summary, usage

Inherited from extern.log.log.Loggable: logCategory