()
| 25 | } |
| 26 | |
| 27 | public static void printHelp(){ |
| 28 | HelpFormatter help = new HelpFormatter(); |
| 29 | System.out.println(Banner.getBanner()+" v1.0 by Ppsoft1991\n"); |
| 30 | help.printHelp("java -jar CodeReviewTools.jar -m <method>", options); |
| 31 | System.exit(0); |
| 32 | } |
| 33 | |
| 34 | public static void parser(String[] args) throws Exception { |
| 35 | String dir = null; |