Just list installed versions.

This commit is contained in:
Alexander Andreev 2024-12-17 18:43:22 +04:00
parent a04db9def5
commit c52bebedf7
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -23,7 +23,6 @@ func (lc *ListCommand) Run() error {
if err != nil { if err != nil {
return err return err
} }
fmt.Println("There are following versions installed:")
for _, entry := range entries { for _, entry := range entries {
if entry.IsDir() { if entry.IsDir() {
fmt.Println(entry.Name()) fmt.Println(entry.Name())