docs: add minimum versions to the command pages
This commit is contained in:
parent
d74662a751
commit
6d18f60725
65 changed files with 233 additions and 2 deletions
|
@ -17,4 +17,7 @@ var completionDefinition = &cobra.Command{
|
|||
Generates a shell completion script for rclone.
|
||||
Run with ` + "`--help`" + ` to list the supported shells.
|
||||
`,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v1.33",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue