Add rclone info internal command for testing out limits of remotes

This commit is contained in:
Nick Craig-Wood
2017-07-03 15:05:27 +01:00
parent 6c3bf629a1
commit e86f62c3e8
3 changed files with 233 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ import (
_ "github.com/ncw/rclone/cmd/delete"
_ "github.com/ncw/rclone/cmd/genautocomplete"
_ "github.com/ncw/rclone/cmd/gendocs"
_ "github.com/ncw/rclone/cmd/info"
_ "github.com/ncw/rclone/cmd/listremotes"
_ "github.com/ncw/rclone/cmd/ls"
_ "github.com/ncw/rclone/cmd/ls2"