-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bee/beegetopt: fix major option handling bug
we need to preserve the location of '--' option ending when pre parsing commandline arguments in bee. so beegetopt was changed to be able to do so if the new option --keep-option-end is used. there was an API-breaking change in bee_getopt() since flags are now set in optctl and not via the third argument of (bee_getopt()). since we also need the new flag in lower option parsing this was the cleanest way to do so at the moment. since this is new nobody should get hurt after we release this 8) i'm really sorry for changing the API 8)
- Loading branch information
Showing
4 changed files
with
23 additions
and
9 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
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
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
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