DESCRIPTION
        run-script

	Runs a Groovy script with full classpath.

SYNTAX
        griffon:run-script [options] script [arguments]

ARGUMENTS
        script
                Name of the script to be executed.
        arguments
                Optional arguments to be passed to the running script.

OPTIONS
        --bootstrap
                Whether to bootstrap an application instance or not.
        --non-interactive
                Controls if the shell can ask for input or not.