Package iceprod :: Package client :: Module commands :: Class usage
[hide private]
[frames] | no frames]

Class usage

source code

object --+    
         |    
   Command --+
             |
            usage
Known Subclasses:

Command: usage
  or  help
 
Print usage information.
This is the basic help system.
 

Instance Methods [hide private]
 
Execute(self, shell) source code
 
_usage(self) source code
 
_listcommands(self) source code

Inherited from Command: CheckArgs

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  shortdoc = 'usage : Print usage information. AKA: help'
hash(x)
  usage = 'Usage: iceprodsh [option] <url> <command> <args>\n ...

Inherited from Command: numArgs

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

Execute(self, shell)

source code 
Overrides: Command.Execute

Class Variable Details [hide private]

usage

Value:
'''Usage: iceprodsh [option] <url> <command> <args>
        
 options:
 
   -i,
   --interactive         : Interactive shell (default).
   
   -h,
...