[SVN] r9997

Luke Daley ld at ldaley.com
Sat Jun 21 02:24:51 UTC 2008


• Introduced :script_args option which can be an array of extra arguments that will be appended to the command.

This solves the problem of interpreters treating any args before the target file as interpreter args, and any args after the target file as args for the script.

e.g. » TextMate::Executor.run("groovy", "myscript.groovy", :script_args => "--someswitch")

Changed:
U   trunk/Support/lib/tm/executor.rb




More information about the textmate-dev mailing list