Package picocli

Class AutoComplete.CommandDescriptor

java.lang.Object
picocli.AutoComplete.CommandDescriptor
Enclosing class:
AutoComplete

private static class AutoComplete.CommandDescriptor extends Object
  • Field Details

    • functionName

      final String functionName
    • parentFunctionName

      final String parentFunctionName
    • parentWithoutTopLevelCommand

      final String parentWithoutTopLevelCommand
    • commandName

      final String commandName
    • commandLine

      final CommandLine commandLine
  • Constructor Details