How do I change behavior of completions to prepend ^ to special characters? #705
Unanswered
digitalguy99
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think you're expecting that cmd.exe's But it doesn't. There's no way to make This is just how cmd.exe works. Clink can't do anything about that. That's why completions with spaces have to use quotes. There's simply no other way. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the behavior of my completions(?) is to add double quotes to strings that contain special characters like spaces or brackets as shown in the following video:
Command.Prompt.2024-11-13.13-50-44.online-video-cutter.com.mp4
But I want it to prepend ^ instead of adding double quotes. So,
or
Wondering how I can do this.
Beta Was this translation helpful? Give feedback.
All reactions