libre-man / unix-opts

Unix-style command line options parser
MIT License
107 stars 13 forks source link

Fix a bug: unknown-option #15

Closed xaxo05 closed 4 years ago

xaxo05 commented 5 years ago

Fix a bug: the parser signals unknown-option for --option when there is another longer option of the form --option-long.

libre-man commented 4 years ago

This was merged in PR #25.