Implement the rclone cat command

This commit is contained in:
Nick Craig-Wood 2016-08-18 22:43:02 +01:00
parent f22029bf3d
commit 84eb7031bb
4 changed files with 90 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import (
// Active commands
_ "github.com/ncw/rclone/cmd"
_ "github.com/ncw/rclone/cmd/authorize"
_ "github.com/ncw/rclone/cmd/cat"
_ "github.com/ncw/rclone/cmd/check"
_ "github.com/ncw/rclone/cmd/cleanup"
_ "github.com/ncw/rclone/cmd/config"