Unuse returns `unuse` command
(cfg storage, v vcs)
| 11 | |
| 12 | // Unuse returns `unuse` command |
| 13 | func Unuse(cfg storage, v vcs) *cobra.Command { |
| 14 | return unuseCommand(cfg, v) |
| 15 | } |
| 16 | |
| 17 | func unuseCommand(cfg storage, v vcs) *cobra.Command { |
| 18 | return &cobra.Command{ |