Class CmdDesc

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

@Deprecated(since="4.0") public class CmdDesc extends Object
Deprecated.
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.