danielgtaylor / danielgtaylor/openapi-cli-generator

J how to escape "," symbols?

Aperta
#41 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Go
Stelle
218
Fork
54
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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...

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.