Uses of Interface
io.vertx.ext.shell.command.CommandBuilder
Packages that use CommandBuilder
-
Uses of CommandBuilder in io.vertx.ext.shell.command
Methods in io.vertx.ext.shell.command that return CommandBuilderModifier and TypeMethodDescriptionstatic CommandBuilderCreate a new commmand with itsCLIdescriptor.static CommandBuilderCreate a new commmand builder, the command is responsible for managing the options and arguments via thearguments.CommandBuilder.completionHandler(Handler<Completion> handler) Set the command completion handler, the completion handler when the user asks for contextual command line completion, usually hitting the tab key.CommandBuilder.processHandler(Handler<CommandProcess> handler) Set the command process handler, the process handler is called when the command is executed.