j-maly / CommandLineParser

Command line parser. Declarative arguments support. Rich set of argument types (switches, enums, files, etc...). Mutually exclusive arguments validations.
MIT License
137 stars 30 forks source link

getopt_long syntax #62

Closed waclaw66 closed 5 years ago

waclaw66 commented 5 years ago

Hello.

Could you please add support for getopt_long syntax? --argument=value

Your library is best I found, but I'm missing this feature.

Thanks in advance. Waclaw

waclaw66 commented 5 years ago

Already supported.