java.lang.Object
org.jline.prompt.PromptCommands
Prompt command implementations for JLine applications.
This class provides command-line interfaces to the JLine prompt system, allowing prompts to be used from scripts and REPL consoles.
Available commands include:
- prompt - interactive prompts (list, checkbox, choice, input, confirm)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classContext for command execution, providing I/O streams and current directory. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprompt(PromptCommands.Context context, Object[] argv) Object array version for compatibility.static voidprompt(PromptCommands.Context context, String[] argv) Prompt command - create interactive prompts.