Bases: titus.inspector.defs.Mode
The main mode of operation for the pfainspector, which handles commands.
| Parameters: |
|
|---|
Perform the action associated with this command.
| 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 this command’s arguments.
| Parameters: | |
|---|---|
| Return type: | list of strings |
| Returns: | potential completions |