/ Published in: Groovy
An example of how to configure the CliBuilder to read command line arguments in Groovy.
Expand |
Embed | Plain Text
// An example of how to configure the CliBuilder to read command line arguments in Groovy. // Option help cli.h(longOpt: 'help', 'usage information') // Option script args: 1, 'Script filename') cli.usage() }
You need to login to post a comment.
