• 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
_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev