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

@@ -34,5 +34,6 @@ func init() {
NewTreePkglistCommand(),
NewTreeValidateCommand(),
NewTreeBumpCommand(),
NewTreeImageCommand(),
)
}