mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 09:30:03 +02:00
docs: add minimum versions to the command pages
This commit is contained in:
@@ -47,6 +47,9 @@ media transcoding support. This means that some players might show
|
||||
files that they are not able to play back correctly.
|
||||
|
||||
` + dlnaflags.Help + vfs.Help,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v1.46",
|
||||
},
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
f := cmd.NewFsSrc(args)
|
||||
|
Reference in New Issue
Block a user