Class CmdDesc

java.lang.Object
org.jline.console.CmdDesc

public class CmdDesc extends Object
Represents a command description used for generating command help and documentation. This class stores information about a command, including its main description, argument descriptions, and option descriptions. It is used by the JLine Widgets framework to display command help in the terminal.