Package gbp :: Package scripts :: Module supercommand
[hide private]
[frames] | no frames]

Module supercommand

Supercommand for all gbp commands

Functions [hide private]
 
sanitize(cmd)
'-' is not allowed in module names so turn it into an underscore.
 
usage()
 
version(prog)
 
import_command(cmd)
Import the module that implements the given command
 
pymod_to_cmd(mod)
 
get_available_commands(path)
 
list_available_commands()
 
supercommand(argv=None)
Variables [hide private]
  invalid_modules = ['common', 'supercommand']
  __package__ = 'gbp.scripts'