Class CmdLine

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

public class CmdLine extends Object
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.