-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels