Bases: titus.inspector.defs.Command
A pfainspector command that defers to a group of subcommands.
| Parameters: | 
  | 
|---|
Perform the action associated associated with this command group: descend into the subcommand and call its action method.
| Parameters: | args (list of titus.inspector.parser.Ast) – arguments passed to the command | 
|---|---|
| Return type: | None | 
| Returns: | nothing; results must be printed to the screen | 
Handle tab-complete for the command group: either expanding the subcommand name or deferring to the subcommand’s complete method.
| Parameters: | |
|---|---|
| Return type: | list of strings  | 
| Returns: | potential completions  |