forked from TrueCloudLab/rclone
Implement the rclone cat command
This commit is contained in:
parent
f22029bf3d
commit
84eb7031bb
4 changed files with 90 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue