MCPcopy Index your code
hub / github.com/Ppsoft1991/CodeReviewTools / printHelp

Method printHelp

src/main/java/ppsoft1991/ParseCli.java:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

parserMethod · 0.95

Calls 1

getBannerMethod · 0.95

Tested by

no test coverage detected