Class CmdLine

java.lang.Object
org.jline.console.CmdLine

@Deprecated(since="4.0") public class CmdLine extends Object
Deprecated.
Represents a command line with its parsed components. This class stores information about a command line, including the original line, the part before and after the cursor, the parsed arguments, and the type of description that should be displayed for the command.