mirror of
https://github.com/rclone/rclone.git
synced 2025-08-14 07:49:00 +02:00
docs: add minimum versions to the command pages
This commit is contained in:
@ -18,6 +18,9 @@ func init() {
|
||||
var commandDefinition = &cobra.Command{
|
||||
Use: "mkdir remote:path",
|
||||
Short: `Make the path if it doesn't already exist.`,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v0.90",
|
||||
},
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
fdst := cmd.NewFsDir(args)
|
||||
|
Reference in New Issue
Block a user