RTK / node-ts-cli-toolkit

Toolkit for node.js CLI applications written in TypeScript
MIT License
1 stars 0 forks source link

feat: add parsing "style" to getCLIArgument to allow boolean values #1

Open RTK opened 2 years ago

RTK commented 2 years ago

Right now getCLIArgument always makes use of yargs argv which parses everything to strings. Add an argument to getCLIArgument to return a boolean instead.

glaeser-adesso commented 2 years ago

nice 👍