Open kevincobain2000 opened 2 days ago
What if I need to uninstall multiple versions at once? Will I have to run uninstall for each version? Now I like how Prune works. Its leaves only one version, which is used now.
The idea of making a separate uninstall is interesting. But we need to think about how to implement it correctly.
Good point In that case the interface should be a multiselect.
gobrew uninstall
[ ] select all
[x] 1.22.0
[x] 1.22.3
[x] 1.22.8
[ ] 1.22.9
[x] 1.23.0
[ ] 1.23.1
1.23.3*
Note that there are no changes to existing gobrew uninstall <version>
and gobrew prune
The idea of making a separate uninstall is interesting.
Not a separate uninstall, but more like, current gobrew uninstall
can still be interactive when user doesn't give any version specifically.
I didn't say it right, I meant a separate implementation of interactive user interaction. I really like the multi-select option!
ASIS
TOBE
Similar for
install
ASIS