Uses of Class
picocli.AutoComplete.CommandDescriptor
-
Uses of AutoComplete.CommandDescriptor in picocli
Methods in picocli that return types with arguments of type AutoComplete.CommandDescriptorModifier and TypeMethodDescriptionprivate static List
<AutoComplete.CommandDescriptor> AutoComplete.createHierarchy
(String scriptName, CommandLine commandLine) Method parameters in picocli with type arguments of type AutoComplete.CommandDescriptorModifier and TypeMethodDescriptionprivate static void
AutoComplete.createSubHierarchy
(String scriptName, String parentWithoutTopLevelCommand, CommandLine commandLine, List<AutoComplete.CommandDescriptor> out) private static void
AutoComplete.generatedEdgeCaseFunctionCalls
(StringBuilder buff, List<AutoComplete.CommandDescriptor> hierarchy) private static String
AutoComplete.generateEntryPointFunction
(String scriptName, CommandLine commandLine, List<AutoComplete.CommandDescriptor> hierarchy) private static void
AutoComplete.generateFunctionCallsToArrContains
(StringBuilder buff, List<AutoComplete.CommandDescriptor> hierarchy)