Represents a command usage.
public class CommandUsage(string? description) : CommandNode, ICommandNodeDescriptor
kind:method, kind:property, kind:ctor. Press Esc to clear.CommandUsage()Creates a new instance of CommandUsage, the usage description will be automatically rendered.CommandUsage(String?)Represents a command usage.NameMarkerGets the marker used to replace the full path name of the command from the description.SyntaxMarkerGets the marker used to replace the default syntax of the command (options/arguments/subcommands) from the description.DescriptionGets the plain help text associated with this node.