-
Notifications
You must be signed in to change notification settings - Fork 116
Single quotes are removed #113
Copy link
Copy link
Open
Description
After adding a snippet with a command like the following:
boom bs cr_person curl -is -d '{"first_name": "Alvaro", "last_name": "R"}' -H 'Content-Type: application/json' localhost:9292/v1/persons
The snippet is returned without the single quotes:
$ boom sb cr_person
Boom! We just copied curl -is -d {"first_name": "Alvaro", "last_name": "R"} -H Content-Type: application/json localhost:9292/v1/persons to your clipboard.
Single quotes are required to enclose double ones when needed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels