spring-boot/spring-bootstrap-cli
Dave Syer bf30e2de90 [bs-135] Add support for closure-style options declarations
E.g.

    options {
	option "foo", "Foo set"
	option "bar", "Bar has an argument of type int"
          withOptionalArg() ofType Integer
    }

    println "Hello ${options.nonOptionArguments()}: " +
      "${options.has('foo')} ${options.valueOf('bar')}"

[#50427095] [bs-135] Plugin model for spring commands
2013-05-28 17:03:01 +01:00
..
samples [bs-120] Support for groovy templates 2013-05-21 15:28:00 +01:00
src [bs-135] Add support for closure-style options declarations 2013-05-28 17:03:01 +01:00
pom.xml [bs-120] Support for groovy templates 2013-05-21 15:28:00 +01:00