-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
getopts optflagmulti #3568
Copy link
Copy link
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Type
Fields
Give feedbackNo fields configured for issues without a type.
There is support for options that are optional, take arguments, and may occur multiple times. But there doesn't appear to be support for an optional flag that may occur multiple times (e.g. -vvv).