-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
I need to make that all non-parsed flags are treated as Args.
If run it as
someCmd --knownFlag --unknownFlag
then
Incorrect Usage: flag provided but not defined: --unknownFlag
But if run it as
someCmd --defFlag -- --unknownFlag
then it works as it should.
However, I would like to avoid using --.
The option SkipFlagParsing cancels all automatic parsing altogether, and this isn't a solution.
Roemer
Metadata
Metadata
Assignees
Labels
No labels