bow-swift / bow-openapi

🌐 Functional HTTP client generator from an OpenAPI/Swagger specification.
https://openapi.bow-swift.io
Other
51 stars 1 forks source link

Shell auto-completion #37

Closed miguelangel-dev closed 3 years ago

miguelangel-dev commented 3 years ago

Details

Yesterday swift-argument-parser released version 0.2.1 adding support to shell-completion. Taking advantage of this new feature, I have upgrade code to this version and modify Makefile to install completions scripts after each install.

Limitations

Right now, it is only compatible with bash and zsh, but they also have in the roadmap integrate fish