mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 00:02:35 +02:00
docs: add minimum versions to the command pages
This commit is contained in:
@ -99,6 +99,9 @@ By default this will serve files without needing a login.
|
||||
|
||||
You can set a single username and password with the --user and --pass flags.
|
||||
` + vfs.Help + proxy.Help,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v1.44",
|
||||
},
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
var f fs.Fs
|
||||
if proxyflags.Opt.AuthProxy == "" {
|
||||
|
Reference in New Issue
Block a user