Class CustomHelp


  • public class CustomHelp
    extends picocli.CommandLine.Help
    Modified implementation of usage renderer. This mainly modifies the order of options in the usage message from the default behavior:
  • print option groups first,
  • sort by order argument.