Just list installed versions.
This commit is contained in:
parent
a04db9def5
commit
c52bebedf7
@ -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())
|
||||||
|
Loading…
Reference in New Issue
Block a user