Add luet tree images command to show images tree

This commit is contained in:
Ettore Di Giacinto
2020-11-14 14:46:16 +01:00
parent 83f924da35
commit cf7df00a65
3 changed files with 138 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ type TreePackageResult struct {
Category string `json:"category"`
Version string `json:"version"`
Path string `json:"path"`
Image string `json:"image"`
}
type TreeResults struct {