Skip to content

escape/write a quote in a value? #3

Description

@AlexMhr

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions