MCPcopy Index your code
hub / github.com/apache/groovy / main

Method main

src/main/java/groovy/ui/GroovyMain.java:117–119  ·  view source on GitHub ↗

Main CLI interface. @param args all command line args.

(String[] args)

Source from the content-addressed store, hash-verified

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 /**

Callers 1

mainMethod · 0.95

Calls 1

processArgsMethod · 0.95

Tested by

no test coverage detected