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

Method main

src/main/java/groovy/lang/GroovyShell.java:66–68  ·  view source on GitHub ↗

Runs the standard groovysh-style command-line entry point. @param args command-line arguments passed to GroovyMain

(final String[] args)

Source from the content-addressed store, hash-verified

64 * @param args command-line arguments passed to {@link GroovyMain}
65 */
66 public static void main(final String[] args) {
67 GroovyMain.main(args);
68 }
69
70 /**
71 * @since 4.0.3

Callers 1

Calls 1

mainMethod · 0.95

Tested by 1