Add cli command 'tree validate'

This commit is contained in:
Daniele Rondina
2020-03-14 11:13:48 +01:00
parent bc5c0fa0cf
commit d6182cba3b
2 changed files with 200 additions and 0 deletions

View File

@@ -32,5 +32,6 @@ func init() {
treeGroupCmd.AddCommand(
NewTreePkglistCommand(),
NewTreeValidateCommand(),
)
}