Skip to content

HandleKeyboardInterrupt at a higher level #13

@gprossliner

Description

@gprossliner

Currently we are handling KeyboardInterrupt at various places, but still get some nasty error logs from CTRL+C. We should handle that at cli.py level for all commands at once.

Code that needs explicit handling (like attach), will continue with a local handler, but all other code should just fall back to the global handler. This should print something like Operation canceled by user

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions