(t *testing.T)
| 165 | } |
| 166 | |
| 167 | func TestNewSSHCommand_TimeoutFlagDescription(t *testing.T) { |
| 168 | cmd := NewSSHCommand() |
| 169 | timeoutFlag := cmd.Flags().Lookup("timeout") |
| 170 | assert.Contains(t, timeoutFlag.Usage, "timeout") |
| 171 | } |
nothing calls this directly
no test coverage detected