openapi-cli-generator icon indicating copy to clipboard operation
openapi-cli-generator copied to clipboard

Creating subcommands

Open AhmadHamid opened this issue 4 years ago • 1 comments

Hi, Thanks for a very useful tool!

I can't seem to figure out how to create subcommands like $ docker container rm <containerName>.

If i try adding the path: /container/rm/{containerName}, the command will be created as $ docker container-rm <containerName>

This is the first time that I am using both OpenAPI and this tool, so I am in no way an expert.

Thanks!

AhmadHamid avatar Mar 15 '20 02:03 AhmadHamid

@AhmadHamid looks like your use case could be fulfilled by this PR: #32 </shameless plug>

falzm avatar May 07 '20 12:05 falzm