Skip to content

Click Refactor - Traceback doesn't show on Ctrl+C #1207

@jsonvillanueva

Description

@jsonvillanueva

During the times of Argparse, Ctrl+C would show the traceback. Click has its own exception handling which conflicts with how Argparse would've handled this previously. Instead it just shows Aborted! prior to ending program execution.

The solution to this should be on this page: https://click.palletsprojects.com/en/7.x/exceptions/?highlight=aborted#what-if-i-don-t-want-that but needs to consider our entry point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAdditions and improvements in general

    Type

    No type

    Projects

    Status

    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions