Supercommand for all gbp commands
Variable | invalid_modules | Undocumented |
Function | sanitize | '-' is not allowed in module names so turn it into an underscore. |
Function | usage | Undocumented |
Function | version | Undocumented |
Function | import_command | Import the module that implements the given command |
Function | pymod_to_cmd | >>> pymod_to_cmd('/x/y/z/a_cmd.py') 'a-cmd' |
Function | get_available_commands | Undocumented |
Function | list_available_commands | Undocumented |
Function | supercommand | Undocumented |