cli
cli copied to clipboard
Fix:(issue_2209) Add mutex flags to completion
What type of PR is this?
(REQUIRED)
- bug
What this PR does / why we need it:
(REQUIRED)
Which issue(s) this PR fixes:
(REQUIRED)
Fixes #2209
Special notes for your reviewer:
(fill-in or delete this section)
Testing
(fill-in or delete this section)
go test -run=TestMutuallyExclusiveFlagsCompletion
Release Notes
(REQUIRED)
Add mutually exclusive flags to shell completion
@louisroyer m1 and m2 are part of same group and are exclusive with only l2 . l1 is a global flag and will be valid in all cases.