Skip to content

Instantly share code, notes, and snippets.

@selenium34
selenium34 / DraftOrder.groovy
Last active August 29, 2015 14:05
Fantasy Football Draft Order
@Grab(group='commons-cli', module='commons-cli', version='1.1')
class DraftOrder {
static main(args) {
def cli = new CliBuilder(header: '\nAvailable options (use -h for help):\n')
cli.with {
h(longOpt: 'help', 'Usage Information', required: false)