| Package | Description | 
|---|---|
| io.vertx.rxjava3.ext.shell.cli | |
| io.vertx.rxjava3.ext.shell.command | |
| io.vertx.rxjava3.ext.shell.term | 
| Modifier and Type | Field and Description | 
|---|---|
| static io.vertx.lang.rx.TypeArg<Completion> | Completion. __TYPE_ARG | 
| Modifier and Type | Method and Description | 
|---|---|
| static Completion | Completion. newInstance(Completion arg) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Command. complete(Completion completion)Perform command completion, when the command is done completing it should call 
 or  )} method to signal completion is done. | 
| Modifier and Type | Method and Description | 
|---|---|
| CommandBuilder | 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Term. readline(String prompt,
        Handler<String> lineHandler,
        Handler<Completion> completionHandler)Prompt the user a line of text, providing a completion handler to handle user's completion. | 
Copyright © 2022 Eclipse. All rights reserved.