mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 09:30:03 +02:00
cmd: make names of argument parsing functions more consistent
This commit is contained in:
@@ -15,7 +15,7 @@ var commandDefintion = &cobra.Command{
|
||||
Short: `Make the path if it doesn't already exist.`,
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
fdst := cmd.NewFsDst(args)
|
||||
fdst := cmd.NewFsDir(args)
|
||||
cmd.Run(true, false, command, func() error {
|
||||
return operations.Mkdir(fdst, "")
|
||||
})
|
||||
|
Reference in New Issue
Block a user