forked from TrueCloudLab/rclone
about: add new command 'about' to get quota info from a remote
Implemented for drive only. Relates to #1138 and #1564.
This commit is contained in:
parent
b83814082b
commit
94e277d759
9 changed files with 130 additions and 21 deletions
|
@ -4,6 +4,7 @@ package all
|
|||
import (
|
||||
// Active commands
|
||||
_ "github.com/ncw/rclone/cmd"
|
||||
_ "github.com/ncw/rclone/cmd/about"
|
||||
_ "github.com/ncw/rclone/cmd/authorize"
|
||||
_ "github.com/ncw/rclone/cmd/cachestats"
|
||||
_ "github.com/ncw/rclone/cmd/cat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue