mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 22:23:57 +02:00
docs: add minimum versions to the command pages
This commit is contained in:
@ -49,6 +49,9 @@ link. Exact capabilities depend on the remote, but the link will
|
||||
always by default be created with the least constraints – e.g. no
|
||||
expiry, no password protection, accessible without account.
|
||||
`,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v1.41",
|
||||
},
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
fsrc, remote := cmd.NewFsFile(args[0])
|
||||
|
Reference in New Issue
Block a user