Closed selaselah closed 3 years ago
support dash and double dash. https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html#tag_12_02 https://github.com/adishavit/argh/issues/58
This goes against the minimalist and simple spirit of the library. Argh does not care how many dashes you use (except for the case when specifying SINGLE_DASH_IS_MULTIFLAG). 🤷 ¯_(ツ)_/¯
SINGLE_DASH_IS_MULTIFLAG
support dash and double dash. https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html#tag_12_02 https://github.com/adishavit/argh/issues/58