cleanup TODO comments from PrintFlags wiring

This commit is contained in:
juanvallejo
2018-05-07 17:47:29 -04:00
parent a67ccaeab1
commit 7b1b107ea4
17 changed files with 208 additions and 193 deletions

View File

@@ -69,12 +69,12 @@ func TestCreatePriorityClass(t *testing.T) {
IOStreams: ioStreams,
},
}
err := options.Complete(cmd, []string{pcName})
err := options.Complete(tf, cmd, []string{pcName})
if err != nil {
t.Fatalf("unexpected error: %v", err)
}
err = options.Run(tf)
err = options.Run()
if err != nil {
t.Fatalf("unexpected error: %v", err)
}