Skip to content
Snippets Groups Projects
Commit 8713a26f authored by Stavros Sachtouris's avatar Stavros Sachtouris Committed by Giorgos Korfiatis
Browse files

Manage GUI launching in cli.py, handle CLI ctrl-C

When starting GUI from CLI, the user may stop it with a keyboard
interrupt. We treat this as equivalent to quitting the application
through the GUI, therefore the interrupt is caught and handled
accordingly.

The implementation required to move some launching code from
"gui.py" to "cli.py", which enabled the reuse of some CLI
methods (_start and _shutdown).
parent cef8c2ca
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment