Class Picocli


  • public final class Picocli
    extends Object
    • Method Detail

      • parseAndRun

        public static void parseAndRun​(List<String> cliArgs)
      • hasAutoBuildOption

        public static boolean hasAutoBuildOption​(List<String> cliArgs)
      • requiresReAugmentation

        public static boolean requiresReAugmentation​(picocli.CommandLine cmd)
      • createCommandLine

        public static picocli.CommandLine createCommandLine​(List<String> cliArgs)
      • println

        public static void println​(picocli.CommandLine cmd,
                                   String message)
      • normalizeKey

        public static String normalizeKey​(String key)