vercel / arg

Simple argument parsing
https://npmjs.com/arg
MIT License
1.23k stars 54 forks source link

Make all argument results optional in type def #29

Closed blakeembrey closed 5 years ago

blakeembrey commented 5 years ago

I think I overlooked this in my first PR - of course all flags are possibly missing to start with, therefore all the flags should be marked as optional in TypeScript.

Qix- commented 5 years ago

Yeah LGTM :)

Qix- commented 5 years ago

Release as 4.0.1. Thank you @blakeembrey :)