You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if u are using windows command line to escape quotes u can do ^", that should let u send that quote to the key value (in theory, havent tried it with the tool yet but yeah thats how u escape the double quotes in cmd/batch scripts)
Awesome util, thank you.
Is there a way to escape/write a double quote into a value for example:
--key=key --value="Value One" "Value Two"
will result in
key=Value One
--key=key --value=""Value One" "Value Two""
key="Value One
--key=key --value=""Value One" "Value Two""
key="Value One\
--key=key "--value="Value One" "Value Two""
key=
I don't know if I've missed it (how to?) or if it's missing (possible add)?
Thanks,
Alex
The text was updated successfully, but these errors were encountered: