(opts removeOptions)
| 237 | } |
| 238 | |
| 239 | func removeOperation(opts removeOptions) string { |
| 240 | if opts.permanent { |
| 241 | return "permanent_delete" |
| 242 | } |
| 243 | return "delete" |
| 244 | } |
| 245 | |
| 246 | // rmCmd represents the rm command |
| 247 | var rmCmd = &cobra.Command{ |
no outgoing calls
no test coverage detected