mirror of
https://github.com/rclone/rclone.git
synced 2025-06-24 10:21:35 +08:00
docs: add minimum versions to the command pages
This commit is contained in:
@ -49,6 +49,9 @@ subcommand to specify the protocol, e.g.
|
||||
|
||||
Each subcommand has its own options which you can see in their help.
|
||||
`,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v1.39",
|
||||
},
|
||||
RunE: func(command *cobra.Command, args []string) error {
|
||||
if len(args) == 0 {
|
||||
return errors.New("serve requires a protocol, e.g. 'rclone serve http remote:'")
|
||||
|
Reference in New Issue
Block a user