We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc24bf commit 23fad46Copy full SHA for 23fad46
cmd2/cmd2.py
@@ -3392,7 +3392,7 @@ def do_edit(self, args: argparse.Namespace) -> None:
3392
3393
command = utils.quote_string_if_needed(os.path.expanduser(self.editor))
3394
if args.file_path:
3395
- command += " " + utils.quote_string_if_needed(os.path.expaclass nduser(args.file_path))
+ command += " " + utils.quote_string_if_needed(os.path.expanduser(args.file_path))
3396
3397
self.do_shell(command)
3398
0 commit comments