(t *testing.T, cmd *cobra.Command)
| 235 | } |
| 236 | |
| 237 | func setRevsOutputJSON(t *testing.T, cmd *cobra.Command) { |
| 238 | t.Helper() |
| 239 | setRevsFlag(t, cmd, outputFlag, "json") |
| 240 | } |
| 241 | |
| 242 | func setRevsFlag(t *testing.T, cmd *cobra.Command, name, value string) { |
| 243 | t.Helper() |
no test coverage detected