Package picocli.shell.jline2
package picocli.shell.jline2
Provides classes and interfaces for integrating picocli with JLine 2.
-
ClassesClassDescriptionImplementation of the JLine 2
Completer
interface that generates completion candidates for the specified command line based on theCommandLine.Model.CommandSpec
that thisPicocliJLineCompleter
was constructed with.