If your script has command line arguments, they won't be passed onto the script if you use script-rs run
Current workaround is to just turn the script file into an executable and run it that way.
If your script has command line arguments, they won't be passed onto the script if you use script-rs run
Current workaround is to just turn the script file into an executable and run it that way.
Resolved in 67ef7d8a