kubeshop / kusk-gen

Kusk Gen generates Ingress-controller configurations from your OpenAPI definition
https://kubeshop.github.io/kusk-gen
MIT License
173 stars 12 forks source link

Check for interrupts in prompter. Exit immediately if interrupt detected #160

Closed kylehodgetts closed 2 years ago

kylehodgetts commented 2 years ago

This PR checks for interrupts in the wizard. If the user presses ctrl-c at any point, the wizard exits immediately.

resolves #158

Changes

Fixes

Checklist