Пример #1
0
 private static boolean wantsHelp(CliArguments args) {
   return args.optionCount() == 1 && args.hasOption("h");
 }