MordechaiHadad / bob

A version manager for neovim
MIT License
1.41k stars 36 forks source link

Error: rm/uninstall/remove is not working as intended #224

Closed matdexir closed 1 month ago

matdexir commented 2 months ago

Hey there, I caught this issue with rm. Whenever you do not pass the 'v' to the command it fails to handle it properly. 2024-07-13_19-40

As opposed to: image

Potentially, as a long term fix, I think you could add a field true_dir_name to the ParsedVersion struct image