-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
it might be nice to be able to generate a CLI from a swagger spec.
it could use the same syntax as httpie for specifying params in different positions.
Perhaps it can make use of pygments when present to colorize the output for a better experience.
The generator could also generate a bash and zsh completion document for better usability
dcwangmit01