(t *testing.T, cmd *cobra.Command)
| 736 | } |
| 737 | |
| 738 | func setLsOutputJSON(t *testing.T, cmd *cobra.Command) { |
| 739 | t.Helper() |
| 740 | setLsFlag(t, cmd, outputFlag, "json") |
| 741 | } |
| 742 | |
| 743 | func setLsFlag(t *testing.T, cmd *cobra.Command, name, value string) { |
| 744 | t.Helper() |
no test coverage detected