Exemplo n.º 1
0
 private static void printUsage(@NotNull CliWrapper cliOptions) {
   System.out.println(HEADER);
   HelpFormatter helpFormatter = new HelpFormatter();
   helpFormatter.setWidth(WIDTH);
   helpFormatter.printHelp(SPUTNIK, cliOptions.getOptions(), true);
 }