mirror of
https://github.com/rclone/rclone.git
synced 2025-06-05 12:00:19 +08:00
docs: add minimum versions to the command pages
This commit is contained in:
@ -114,6 +114,9 @@ checksumming is possible but less secure and you could use the SFTP server
|
||||
provided by OpenSSH in this case.
|
||||
|
||||
` + vfs.Help + proxy.Help,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v1.48",
|
||||
},
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
var f fs.Fs
|
||||
if proxyflags.Opt.AuthProxy == "" {
|
||||
|
Reference in New Issue
Block a user