(t *testing.T)
| 726 | } |
| 727 | |
| 728 | func TestLoginHelpDocumentsPasswordDash(t *testing.T) { |
| 729 | cmd := newLoginCommand(test.NewFakeCli(&fakeClient{})) |
| 730 | flag := cmd.Flags().Lookup("password") |
| 731 | assert.Check(t, flag != nil) |
| 732 | assert.Check(t, is.Contains(flag.Usage, `"-"`)) |
| 733 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…