docs: add minimum versions to the command pages

This commit is contained in:
albertony
2022-12-03 18:58:55 +01:00
parent d74662a751
commit 6d18f60725
65 changed files with 233 additions and 2 deletions
+3
View File
@@ -30,6 +30,9 @@ rclone listremotes lists all the available remotes from the config file.
When used with the ` + "`--long`" + ` flag it lists the types too.
`,
Annotations: map[string]string{
"versionIntroduced": "v1.34",
},
Run: func(command *cobra.Command, args []string) {
cmd.CheckArgs(0, 0, command, args)
remotes := config.FileSections()