defang
defang copied to clipboard
CTRL-C should not invoke the AI debugger
Repro:
- Run "defang compose up"
- CTRL-C to terminate this command since user forgot to use the --verbose flag
Result:
! Deployment is not finished. Service(s) might not be running.
? Would you like to debug the deployment with AI?
Expected:
- Since the deployment is not finished as the text says, why is it even asking for AI debugger?
- CTRL-C needs to terminate the command immediately and not prompt for things
Just press V!
Fixed by #691