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 102e78e commit 35311ceCopy full SHA for 35311ce
cmd2/utils.py
@@ -291,7 +291,7 @@ def expand_user_in_tokens(tokens: List[str]) -> None:
291
292
tokens[index] = os.path.expanduser(tokens[index])
293
294
- # Restore the quotes
+ # Restore the quotes even if not needed to preserve what the user typed
295
if first_char in constants.QUOTES:
296
tokens[index] = first_char + tokens[index] + first_char
297
0 commit comments