mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 17:11:37 +02:00
docs: add minimum versions to the command pages
This commit is contained in:
@ -42,6 +42,9 @@ obfuscating the hyphen itself.
|
||||
If you want to encrypt the config file then please use config file
|
||||
encryption - see [rclone config](/commands/rclone_config/) for more
|
||||
info.`,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v1.36",
|
||||
},
|
||||
RunE: func(command *cobra.Command, args []string) error {
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
var password string
|
||||
|
Reference in New Issue
Block a user