Skip to content

Single quotes are removed #113

@aredondo

Description

@aredondo

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.

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