(t *testing.T, cmd *cobra.Command)
| 402 | } |
| 403 | |
| 404 | func setSearchOutputJSON(t *testing.T, cmd *cobra.Command) { |
| 405 | t.Helper() |
| 406 | setSearchFlag(t, cmd, outputFlag, "json") |
| 407 | } |
| 408 | |
| 409 | func setSearchFlag(t *testing.T, cmd *cobra.Command, name, value string) { |
| 410 | t.Helper() |
no test coverage detected