Uses of Interface
io.vertx.ext.shell.cli.Completion
Packages that use Completion
-
Uses of Completion in io.vertx.ext.shell.command
Methods in io.vertx.ext.shell.command with parameters of type CompletionModifier and TypeMethodDescriptionvoidAnnotatedCommand.complete(Completion completion) Perform command completion, when the command is done completing it should callCompletion.complete(List)orCompletion.complete(String, boolean))} method to signal completion is done.default voidCommand.complete(Completion completion) Perform command completion, when the command is done completing it should callCompletion.complete(List)orCompletion.complete(String, boolean))} method to signal completion is done.Method parameters in io.vertx.ext.shell.command with type arguments of type CompletionModifier and TypeMethodDescriptionCommandBuilder.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. -
Uses of Completion in io.vertx.ext.shell.command.base
Methods in io.vertx.ext.shell.command.base with parameters of type CompletionModifier and TypeMethodDescriptionvoidFileSystemCd.complete(Completion completion) voidFileSystemLs.complete(Completion completion)