Package picocli

Class CommandLine.Help.SortByOptionArityAndNameAlphabetically

java.lang.Object
picocli.CommandLine.Help.SortByShortestOptionNameAlphabetically
picocli.CommandLine.Help.SortByOptionArityAndNameAlphabetically
All Implemented Interfaces:
Comparator<CommandLine.Model.OptionSpec>
Enclosing class:
CommandLine.Help

static class CommandLine.Help.SortByOptionArityAndNameAlphabetically extends CommandLine.Help.SortByShortestOptionNameAlphabetically
Sorts OptionSpec instances by their max arity first, then their min arity, then delegates to super class.