Implement tree command - fixes #1528

This commit is contained in:
Nick Craig-Wood 2017-07-24 12:39:39 +01:00
parent bfef0bc2e9
commit f3060caf04
8 changed files with 264 additions and 0 deletions

View file

@ -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"
)