Module info.picocli.shell.jline2
Package picocli.shell.jline2
Provides classes and interfaces for integrating picocli with JLine 2.
-
Class Summary Class Description PicocliJLineCompleter Implementation of the JLine 2Completer
interface that generates completion candidates for the specified command line based on theCommandLine.Model.CommandSpec
that thisPicocliJLineCompleter
was constructed with.