75lb / command-line-args

A mature, feature-complete library to parse command-line options.
MIT License
689 stars 106 forks source link

Allow unknown cli arguments #37

Closed scaljeri closed 7 years ago

scaljeri commented 7 years ago

I have this case in which I don't know all the cli arguments. It would be nice if there was an options to disable the unknown option check.

75lb commented 7 years ago

duplicate of #25

75lb commented 7 years ago

i've released a beta version which implements this feature.. for details, see https://github.com/75lb/command-line-args/issues/25 and let me know your thoughts. Thanks!