(cmd *cobra.Command, err error)
| 326 | } |
| 327 | |
| 328 | func renderCommandError(cmd *cobra.Command, err error) { |
| 329 | renderCommandErrorWithJSON(cmd, err, false) |
| 330 | } |
| 331 | |
| 332 | func renderCommandErrorWithJSON(cmd *cobra.Command, err error, forceJSON bool) { |
| 333 | if err == nil { |