mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 06:07:46 +02:00
docs: add minimum versions to the command pages
This commit is contained in:
@ -28,6 +28,9 @@ in filenames in the remote:path specified.
|
||||
The data doesn't contain any identifying information but is useful for
|
||||
the rclone developers when developing filename compression.
|
||||
`,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v1.55",
|
||||
},
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
f := cmd.NewFsDir(args)
|
||||
|
Reference in New Issue
Block a user