Bases: titus.inspector.defs.Command
A pfainspector command whose action can be expressed as a Python lambda expression.
Create a SimpleCommand.
| 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 |