(t *testing.T)
| 3281 | } |
| 3282 | |
| 3283 | func TestZeroValueMutexFlag(t *testing.T) { |
| 3284 | var fl MutuallyExclusiveFlags |
| 3285 | assert.NoError(t, fl.check(&Command{})) |
| 3286 | } |
| 3287 | |
| 3288 | func TestMutexFlagCategory(t *testing.T) { |
| 3289 | cmd := buildMinimalTestCommand() |