Skip to content
  • Zachary T Welch's avatar
    add command registration chaining · 60ba4641
    Zachary T Welch authored
    Adds the ability to chain registration structures.  Modules can define a
    command with the 'chain' and 'num_chain' fields defined in their
    registration table, and the register_commands() function will initialize
    these commands.  If the registration record creates a new command, then
    the chained commands are created under it; otherwise, they are created
    in the same context as the other commands (i.e. the parent argument).
    60ba4641