brad-jones / tsos

TypeScript on Steroids
MIT License
2 stars 0 forks source link

tsos run needs to be more transparent when it comes to "script-options" to be useful #39

Closed brad-jones closed 6 years ago

brad-jones commented 6 years ago

The current way one provides CLI input to the actual running script is too cumbersome and error prone.

Need to be able to just supply arguments and have them consumed by the running script yet ignored by Caporal.js

Also need to remove all options and arguments that are consumed by the Caporal command as sometimes these can conflict with the script you are attempting to run.