Package moap :: Module main :: Class Moap
[hide private]
[frames] | no frames]

Class Moap

source code

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

Instance Methods [hide private]
 
addOptions(self)
Override me to add options to the parser.
source code
 
handleOptions(self, options)
Handle the parsed options.
source code

Inherited from util.util.LogCommand: __init__, debug

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

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

Class Variables [hide private]
  usage = '%prog %command'
short one-line usage string; %command gets expanded to a sub-command or [commands] as appropriate
  description = 'Moap helps you maintain projects.\n\nMoap gives...
longer paragraph explaining the command
  subCommandClasses = [doap.Doap, cl.ChangeLog, ignore.Ignore, b...

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

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)

handleOptions(self, options)

source code 

Handle the parsed options.

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

Class Variable Details [hide private]

description

longer paragraph explaining the command
Value:
'''Moap helps you maintain projects.

Moap gives you a tree of subcommands to work with.
You can get help on subcommands by using the -h option to the subcomma\
nd.
'''

subCommandClasses

Value:
[doap.Doap, cl.ChangeLog, ignore.Ignore, bug.Bug, code.Code, tracadmin\
.TracAdmin]