Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Classes | Functions | Variables
core.waf.subcommand Namespace Reference

Classes

class  SubcommandContext
 

Functions

def init
 
def subcommand
 

Variables

dictionary COMMANDS = {}
 

Function Documentation

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

Variable Documentation

dictionary core.waf.subcommand.COMMANDS = {}