We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee273c commit 5287b04Copy full SHA for 5287b04
config/config_test.go
@@ -374,20 +374,6 @@ func TestConfig_Parse(t *testing.T) {
374
c.Printer.Format = PrinterFormatPlain
375
}),
376
},
377
- {
378
- name: "Set print targets",
379
- args: []string{"--print-targets", "stderr"},
380
- expected: modifiedConfig(func(c *Config) {
381
- c.Printer.targets = PrinterTargetErr
382
- }),
383
- },
384
385
- name: "Set print targets - shorthand",
386
- args: []string{"-o", "stderr"},
387
388
389
390
391
{
392
name: "Enable print version",
393
args: []string{"--version"},
0 commit comments