arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
673 stars 29 forks source link

Script parameters not being passed to executable scripts from packages #1633

Closed drkameleon closed 1 month ago

drkameleon commented 1 month ago

Describe the bug

For example:

arturo -p install peregrino
peregrino --help

is not working.

Additional context This would be solved by passing "$@" in the generated bash script ❗