danielgtaylor / danielgtaylor/openapi-cli-generator

J how to escape "," symbols?

Open
#41 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
218
Forks
54
PR merge metrics
No merged PRs in 30d

Description

Hey, I am trying to pass a string with `,` symbols in it, tried several ways, but didn't succeded to escape it..
```
❯ j foo :~ "http://example.com/a,b,c,d", bar: baz
{
"bar": "baz",
"foo": [
"http://example.com/a",
"b",
"c",
"d"
]
}
```

`foo` should be a string in my case, not an array...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.