Uses of Class
org.jline.shell.ArgumentDescription
Packages that use ArgumentDescription
Package
Description
Clean shell API for building interactive command-line applications with JLine.
-
Uses of ArgumentDescription in org.jline.shell
Methods in org.jline.shell that return types with arguments of type ArgumentDescriptionModifier and TypeMethodDescriptionCommandDescription.arguments()Returns the argument descriptions.static List<ArgumentDescription> Creates a list of argument descriptions from names.Methods in org.jline.shell with parameters of type ArgumentDescriptionModifier and TypeMethodDescriptionCommandDescription.Builder.argument(ArgumentDescription argument) Adds an argument description.Method parameters in org.jline.shell with type arguments of type ArgumentDescriptionModifier and TypeMethodDescriptionCommandDescription.Builder.arguments(List<ArgumentDescription> arguments) Sets all argument descriptions.