danielgtaylor / openapi-cli-generator

Generate a CLI from an OpenAPI 3 specification
MIT License
179 stars 49 forks source link

CLI-specific examples #2

Open danielgtaylor opened 5 years ago

danielgtaylor commented 5 years ago

Provide a way to give CLI-specific examples to an operation. Should use some extension like x-cli-examples and you should be able to give a list where the items have both a description and the example itself. These would show up in the help for the command.