Called when this command is executed.
(String label, IArgConsumer args)
| 36 | * Called when this command is executed. |
| 37 | */ |
| 38 | void execute(String label, IArgConsumer args) throws CommandException; |
| 39 | |
| 40 | /** |
| 41 | * Called when the command needs to tab complete. Return a Stream representing the entries to put in the completions |
no outgoing calls
no test coverage detected