Main CLI interface. @param args all command line args.
(String[] args)
| 115 | * @param args all command line args. |
| 116 | */ |
| 117 | public static void main(String[] args) { |
| 118 | processArgs(args, System.out, System.err); |
| 119 | } |
| 120 | |
| 121 | // package-level visibility for testing purposes (just usage/errors at this stage) |
| 122 | /** |