David Humbla

Results 2 issues of David Humbla

Restish generates convenient command names such as "messaging-email-address-status-get". However, our OpenAPI spec defines operationId for all the operations. Is it possible to have Restish use those instead?

question

I can't seem to find a way to include literal commas when using the [CLI Shorthand Syntax](https://rest.sh/#/shorthand?id=cli-shorthand-syntax). For example: ``` ~  restish post "https://httpbin.org/post" sender.id: test, "text: Hello, CLI"...

bug