arturo-lang/arturo

Script parameters not being passed to executable scripts from packages

Closed this issue · 0 comments

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 ❗