Package conary :: Module cvc :: Class CvcCommand
[hide private]
[frames] | no frames]

Class CvcCommand

source code

                 object --+        
                          |        
lib.command.AbstractCommand --+    
                              |    
          command.ConaryCommand --+
                                  |
                                 CvcCommand
Known Subclasses:
AddCommand, AddKeyCommand, AnnotateCommand, BranchShadowCommand, CheckoutCommand, CloneCommand, CommitCommand, ContextCommand, CookCommand, DeriveCommand, DiffCommand, ExplainCommand, FactoryCommand, GetKeyCommand, ListKeysCommand, LogCommand, MarkRemovedCommand, MergeCommand, NewPkgCommand, PromoteCommand, RdiffCommand, RefreshCommand, RemoveCommand, RenameCommand, RevertCommand, SetCommand, SignCommand, StatCommand, UpdateCommand

Instance Methods [hide private]
 
addConfigOptions(self, cfgMap, argDef) source code

Inherited from command.ConaryCommand: addParameters, processConfigOptions, setContext

Inherited from lib.command.AbstractCommand: __init__, addDocs, prepare, requireParameters, runCommand, setMainHandler, setParser, usage

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

Class Variables [hide private]
  docs = {'signature-key': (1, 'Use signature key to sign result...
  commandGroup = 'Information Display'

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

addConfigOptions(self, cfgMap, argDef)

source code 
Overrides: command.ConaryCommand.addConfigOptions

Class Variable Details [hide private]

docs

Value:
{'signature-key': (1, 'Use signature key to sign results', 'KEY')}