Skip to content

Commit

Permalink
fix: fixes a bug where flags were parsed as flags AND positional valu…
Browse files Browse the repository at this point in the history
…es when specific combinations of settings were used

This commit fixes a bug where using `AppSettings::AllowHyphenValues`
would cause flags with longs be *also* parsed as positional values.

Closes #946
  • Loading branch information
kbknapp committed May 6, 2017
1 parent 770583a commit 20f8329
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 111 deletions.
Loading

0 comments on commit 20f8329

Please sign in to comment.