Package io.vertx.mutiny.ext.shell.command
package io.vertx.mutiny.ext.shell.command
-
ClassesClassDescriptionA Vert.x Shell command, it can be created from any language using the
CommandBuilder.command(java.lang.String)
or from a Java class usingio.vertx.mutiny.ext.shell.command.Command#create
A build for Vert.x Shell command.The command process provides interaction with the process of the command provided by Vert.x Shell.A registry that contains the commands known by a shell.A resolver for commands, so the shell can discover commands.