Module info.picocli.shell.jline3
Package picocli.shell.jline3
Provides classes and interfaces for integrating picocli with JLine 3.
-
Class Summary Class Description PicocliCommands 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.ClearScreen Command that clears the screen.PicocliCommands.PicocliCommandsFactory Command factory that is necessary for applications that want the use theClearScreensubcommand.PicocliJLineCompleter Implementation of the JLine 3Completerinterface that generates completion candidates for the specified command line based on theCommandLine.Model.CommandSpecthat thisPicocliJLineCompleterwas constructed with.