Closed jonjohnsonjr closed 9 months ago
If you hit Ctrl+C while in the --interactive session, you will exit when the subcommand returns, which isn't really what you want.
Ctrl+C
--interactive
We need to actually handle the Interrupt signal differently inside Debug vs the rest of melange, which is tricky.
Debug
For now I'm just filing this bug so I can point to it in a log line when you get into an --interactive session.
Fixed by https://github.com/chainguard-dev/melange/pull/1008
If you hit
Ctrl+C
while in the--interactive
session, you will exit when the subcommand returns, which isn't really what you want.We need to actually handle the Interrupt signal differently inside
Debug
vs the rest of melange, which is tricky.For now I'm just filing this bug so I can point to it in a log line when you get into an
--interactive
session.