mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 16:22:47 +02:00
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:
committed by
Nick Craig-Wood
parent
b83814082b
commit
94e277d759
@ -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"
|
||||
|
Reference in New Issue
Block a user