Usage: ${layout.scriptName} [commands]

* Use the command '${project.commands.help.delegate.name} <subcommand>' to see the help on a specific command.

* Use the command '${project.commands.version.delegate.name}' to see version information.

* Use the command 'opts' to specify system properties, for example: "opts -Dmyprop=myvalue"

* If multiple commands are specified, they must be separated with space
characters and are executed in order.

* Where a command accepts arguments, enclose the command and its arguments
in quotes, for example: "${project.commands.compile.delegate.name} -${project.commands.compile.includesOption} org/acme/util".

Available commands:
#foreach($command in ${project.commandStore.commands})
   ${command.name}
#end

Available system properties:
#foreach($info in ${project.propertyStore.infos})
   ${info.key}
#end