mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 00:02:35 +02:00
docs: add minimum versions to the command pages
This commit is contained in:
@ -44,6 +44,9 @@ Rclone will then show a notice in the log indicating how many such
|
||||
files were encountered, and count them in as empty files in the output
|
||||
of the size command.
|
||||
`,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v1.23",
|
||||
},
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
fsrc := cmd.NewFsSrc(args)
|
||||
|
Reference in New Issue
Block a user