This commit is contained in:
Celogeek 2021-12-29 11:16:28 +01:00
parent 33ca442a87
commit 2f472991d2
Signed by: celogeek
GPG Key ID: E6B7BDCFC446233A

View File

@ -103,6 +103,7 @@ func (c *ImagesListCommand) Execute(args []string) error {
for _, r := range results { for _, r := range results {
fmt.Println(r) fmt.Println(r)
} }
return nil
} }
type Tree struct { type Tree struct {