-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When option parsing attempts to parse -version, it sees it as a bundled option because it finds -v as short option for verbose, so it errors on -e, which isn't a short option. Instead it should not error and allow the option to be picked up by possibly another set of option parsing.
- Loading branch information
1 parent
8e2ad66
commit 51d59c8
Showing
1 changed file
with
36 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters