forked from TrueCloudLab/rclone
Implement tree command - fixes #1528
This commit is contained in:
parent
bfef0bc2e9
commit
f3060caf04
8 changed files with 264 additions and 0 deletions
|
@ -39,5 +39,6 @@ import (
|
|||
_ "github.com/ncw/rclone/cmd/sha1sum"
|
||||
_ "github.com/ncw/rclone/cmd/size"
|
||||
_ "github.com/ncw/rclone/cmd/sync"
|
||||
_ "github.com/ncw/rclone/cmd/tree"
|
||||
_ "github.com/ncw/rclone/cmd/version"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue