Transaction-Level Modeling Framework for Space Applications
Classes | |
class | SubcommandContext |
Functions | |
def | init |
def | subcommand |
Variables | |
dictionary | COMMANDS = {} |
def core.waf.subcommand.init | ( | self | ) |
Initialize subcommand manager As soon as we detect that the first argument to waf is a subcomand. Remove all other arguments from the list. This ensures that ./waf <comand> can handle its own sub commands and arguments.
Referenced by icrc().
def core.waf.subcommand.subcommand | ( | context | ) |
Register subcommand
dictionary core.waf.subcommand.COMMANDS = {} |