mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 00:51:34 +02:00
docs: add minimum versions to the command pages
This commit is contained in:
@ -40,6 +40,9 @@ Or just provide remote directory and all files in directory will be tiered
|
||||
|
||||
rclone settier tier remote:path/dir
|
||||
`,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v1.44",
|
||||
},
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(2, 2, command, args)
|
||||
tier := args[0]
|
||||
|
Reference in New Issue
Block a user