MCPcopy Create free account
hub / github.com/Ppsoft1991/CodeReviewTools / allCase

Method allCase

src/main/java/ppsoft1991/ParseCli.java:103–114  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

101 }
102
103 public static void allCase(String[] args) throws Exception {
104 String[] typeArg = {"unzip", "decompiler", "clear"};
105 for (String aType: typeArg){
106 String method = cmd.getOptionValue("m");
107 for (int i = 0; i < args.length; i++) {
108 if (args[i].equals(method)){
109 args[i] = aType;
110 }
111 }
112 ParseCli.parser(args);
113 }
114 }
115}

Callers 1

parserMethod · 0.95

Calls 1

parserMethod · 0.95

Tested by

no test coverage detected