extendscriptr icon indicating copy to clipboard operation
extendscriptr copied to clipboard

Executing the outputted script with arguments though command line

Open KaivnD opened this issue 6 years ago • 1 comments

I usually use global variable call arguments, which is an array can be used for passing arguments to the jsx file when I execute a script from command line, but extendscriptr outputted file can't be used for doing this, when I log this variable I got a function.... Then I came up with a quick solution, that is I put single line at top of outputted file with

var scriptArgs = arguments;

and I can access my command line arguments correctly with scriptArgs. Dose anybody has better solution?

KaivnD avatar May 17 '19 16:05 KaivnD

Can you provide an example script and command line call?

ff6347 avatar May 18 '19 08:05 ff6347