For ScriptCs scripts I'd like to write a Script Pack that is using command line arguments.
scriptcs myscript.csx -- some args
Within a script I use ScriptArgs, but is it also available somehow from within a Script Pack?
For ScriptCs scripts I'd like to write a Script Pack that is using command line arguments.
scriptcs myscript.csx -- some args
Within a script I use ScriptArgs, but is it also available somehow from within a Script Pack?
Not with the current design.
With that said, that's a good idea - I suggest you file an issue on github - https://github.com/scriptcs/scriptcs