Uses of Class
org.jline.prompt.PromptCommands.Context
Packages that use PromptCommands.Context
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
-
Uses of PromptCommands.Context in org.jline.prompt
Methods in org.jline.prompt with parameters of type PromptCommands.ContextModifier and TypeMethodDescriptionstatic voidPromptCommands.prompt(PromptCommands.Context context, Object[] argv) Object array version for compatibility.static voidPromptCommands.prompt(PromptCommands.Context context, String[] argv) Prompt command - create interactive prompts.