Package logilab-common-0 :: Package 36 :: Package 1 :: Module clcommands :: Class ListCommandsCommand
[frames] | no frames]

Class ListCommandsCommand

source code


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

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