Unable to quote command line properly #8323
Unanswered
johnfredcee
asked this question in
Q&A
Replies: 1 comment
-
What is the command line option and what file is it in, i.e. what program is supposed to process it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a command line option -LogCmds=\"LogGDB all\" on the command line, but am unable to form a correctly formed string in the workspace - the closest I can get to it is "-LogCmds=\\\\\"LogGDB all\\\\\"" which resolves to -LogCmds="\"LogGDB all\""
I don't see where the extra quotes come from, but the quoting rules are not fully documented, so I'm not sure if this is a bug.
This is with 1.62.2 (user setup) and v 1.7.1 of the extension.
Beta Was this translation helpful? Give feedback.
All reactions