com.github.olivergondza.dumpling.cli.command.groovy.usage Maven / Gradle / Ivy
Execute groovy script provided on stdin against runtime. All Dumpling DSL classes and methods are imported. Available variables:
runtime: ProcessRuntime instance provided using --in option
out: PrintStream for stdout
err: PrintStream for stderr
Script return value is used as a command exit value in case it is an Integer or Boolean.