- picocli.shell.jline3 - package picocli.shell.jline3
-
Provides classes and interfaces for integrating picocli with JLine 3.
- PicocliCommands - Class in picocli.shell.jline3
-
Compiles SystemCompleter for command completion and implements a method commandDescription() that provides command descriptions
for JLine TailTipWidgets to be displayed in terminal status bar.
- PicocliCommands(CommandLine) - Constructor for class picocli.shell.jline3.PicocliCommands
-
- PicocliCommands.ClearScreen - Class in picocli.shell.jline3
-
Command that clears the screen.
- PicocliCommands.PicocliCommandsFactory - Class in picocli.shell.jline3
-
Command factory that is necessary for applications that want the use the ClearScreen subcommand.
- PicocliCommandsFactory() - Constructor for class picocli.shell.jline3.PicocliCommands.PicocliCommandsFactory
-
- PicocliCommandsFactory(CommandLine.IFactory) - Constructor for class picocli.shell.jline3.PicocliCommands.PicocliCommandsFactory
-
- PicocliJLineCompleter - Class in picocli.shell.jline3
-
Implementation of the JLine 3 Completer interface that generates completion
candidates for the specified command line based on the CommandLine.Model.CommandSpec that
this PicocliJLineCompleter was constructed with.
- PicocliJLineCompleter(CommandLine.Model.CommandSpec) - Constructor for class picocli.shell.jline3.PicocliJLineCompleter
-
Constructs a new PicocliJLineCompleter for the given command spec.