Package common :: Module clcommands :: Class ListCommandsCommand
[frames] | no frames]

Class ListCommandsCommand

source code

logilab.common.configuration.Configuration --+    
                                             |    
                                       Command --+
                                                 |
                                                ListCommandsCommand

list available commands, useful for bash completion.

Instance Methods
 
run(self, args)
run the command with its specific arguments
source code

Inherited from Command: __init__, check_args, main_run

Class Methods

Inherited from Command: description, short_description

Class Variables
  name = 'listcommands'
  arguments = '[command]'
  hidden = True

Inherited from Command: max_args, min_args

Method Details

run(self, args)

source code 
run the command with its specific arguments

Overrides: Command.run