interface Command
A Vert.x Shell command, it can be created from any language using the |
|
interface CommandProcess : Tty
The command process provides interaction with the process of the command provided by Vert.x Shell. |
|
interface CommandRegistry : CommandResolver
A registry that contains the commands known by a shell. It is a mutable command resolver. |