krieselreihe / litr

Litr (Language Independent Task Runner) lets you configure and then run any tasks you want for any language.
MIT License
8 stars 0 forks source link

Should it be possible to pass down parameters to underlying scripts #4

Open MartinHelmut opened 3 years ago

MartinHelmut commented 3 years ago

E.g. NPM allows commands like npm run build -- --param=42 to pass down param to the underlying script. Should this be allowed, and if so, how?