mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 15:21:08 +01:00
docs: fix rclone config edit docs
This commit is contained in:
parent
b10305bfe7
commit
e96813d8dc
@ -61,7 +61,10 @@ var configEditCommand = &cobra.Command{
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v1.39",
|
||||
},
|
||||
Run: configCommand.Run,
|
||||
RunE: func(command *cobra.Command, args []string) error {
|
||||
cmd.CheckArgs(0, 0, command, args)
|
||||
return config.EditConfig(context.Background())
|
||||
},
|
||||
}
|
||||
|
||||
var configFileCommand = &cobra.Command{
|
||||
|
Loading…
Reference in New Issue
Block a user