You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The currently implementation works around commanderjs instead of working with. We should probably write our own argv parser that is "easy:ish" to test. If needed we can use the basic functionality in yargs.
The text was updated successfully, but these errors were encountered:
This is missing a safe guard against cases where a user inputs a command
that is missing. Currently there is no good way to solve with this
commander.js. We need to implement #10
solve this.
This is missing a safe guard against cases where a user inputs a command
that is missing. Currently there is no good way to solve with this
commander.js. We need to implement #10
solve this.
The currently implementation works around
commanderjs
instead of working with. We should probably write our ownargv
parser that is "easy:ish" to test. If needed we can use the basic functionality inyargs
.The text was updated successfully, but these errors were encountered: