mirror of
https://github.com/rclone/rclone.git
synced 2026-01-04 17:43:50 +00:00
docs: add minimum versions to the command pages
This commit is contained in:
@@ -83,6 +83,9 @@ recently very efficiently like this:
|
||||
|
||||
**Note**: Use the |--dry-run| or the |--interactive|/|-i| flag to test without copying anything.
|
||||
`, "|", "`"),
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v0.90",
|
||||
},
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
|
||||
cmd.CheckArgs(2, 2, command, args)
|
||||
|
||||
Reference in New Issue
Block a user