ssotops / gitspace

DX optimization tool for interacting with git; most notably bringing the convenience of a monolith to the flexibility of microservices.
GNU General Public License v3.0
4 stars 0 forks source link

Support `CTRL+C` to exit. #23

Closed alechp closed 2 months ago

alechp commented 2 months ago

Currently shows invalid choice when you try to CTRL+X out of the program. There's an explicit Quit command but still feels like an anti-pattern to not be able to quit a CLI app with CTRL+C

Error getting user choice: user aborted
2024/08/19 16:02:15 ERRO <gitspace/main.go:139> Invalid choice
Error getting user choice: user aborted
2024/08/19 16:02:15 ERRO <gitspace/main.go:139> Invalid choice
Exiting Gitspace. Goodbye!
alechp commented 2 months ago

Closed by #26