carnesen / cli

A command-line interface (CLI) framework for Node.js and web browser
https://cli.carnesen.com
MIT License
5 stars 0 forks source link

Support tuple arg groups #205

Open carnesen opened 2 years ago

carnesen commented 2 years ago

E.g. for a command deposit 100 chris. The positional arg group would parse the first item as a number and the second as a string.