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.