mirror of
https://github.com/rclone/rclone.git
synced 2026-01-03 17:13:18 +00:00
Regularize the command definition names
This commit is contained in:
@@ -9,10 +9,10 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
cmd.Root.AddCommand(sizeCmd)
|
||||
cmd.Root.AddCommand(commandDefintion)
|
||||
}
|
||||
|
||||
var sizeCmd = &cobra.Command{
|
||||
var commandDefintion = &cobra.Command{
|
||||
Use: "size remote:path",
|
||||
Short: `Prints the total size and number of objects in remote:path.`,
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
|
||||
Reference in New Issue
Block a user