[#1332] cli: Add tree list

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-10-18 16:41:10 +03:00 committed by Pavel Karpy
parent 6d4beea187
commit 1805c6606d
2 changed files with 65 additions and 0 deletions

View file

@ -13,10 +13,12 @@ func init() {
Cmd.AddCommand(addCmd)
Cmd.AddCommand(getByPathCmd)
Cmd.AddCommand(addByPathCmd)
Cmd.AddCommand(listCmd)
initAddCmd()
initGetByPathCmd()
initAddByPathCmd()
initListCmd()
}
const (