mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 13:55:15 +02:00
Implement the rclone cat command
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user