Closed JulienMirval closed 3 years ago
This PR allows passing a variable number of arguments. These additionnal arguments are passed right after the file path of the script like so: ACH script path/to/script.js arg1 arg2 ....
ACH script path/to/script.js arg1 arg2 ...
It is retrocompatible with every existing scripts.
:tada: This PR is included in version 1.35.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR allows passing a variable number of arguments. These additionnal arguments are passed right after the file path of the script like so:
ACH script path/to/script.js arg1 arg2 ...
.It is retrocompatible with every existing scripts.