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!
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