Uses of Class
org.jline.console.ArgDesc
Packages that use ArgDesc
Package
Description
JLine Console package provides a framework for building interactive command-line applications.
-
Uses of ArgDesc in org.jline.console
Methods in org.jline.console that return types with arguments of type ArgDescModifier and TypeMethodDescriptionArgDesc.doArgNames
(List<String> names) Creates a list of argument descriptions from a list of argument names.CmdDesc.getArgsDesc()
Returns the descriptions of the command's arguments.Constructor parameters in org.jline.console with type arguments of type ArgDescModifierConstructorDescriptionCreates a new command description with the specified argument descriptions.Creates a new command description with the specified argument and option descriptions.