public class HintCommand extends AbstractCommand
Command to provide hints for shell auto-completion. Expects to be
called with the current index followed by a list of arguments already typed.| Constructor and Description |
|---|
HintCommand(CommandRunner commandRunner) |
| Modifier and Type | Method and Description |
|---|---|
void |
run(String... args)
Run the command.
|
getDescription, getHelp, getName, getOptionsHelp, getUsageHelppublic HintCommand(CommandRunner commandRunner)
Copyright © 2014. All rights reserved.