pip autocompletion should silence of KeyboardInterrupts #3942
Labels
auto-locked
Outdated issues that have been locked by automation
good first issue
A good item for first time contributors to work on
type: enhancement
Improvements to functionality
Description:
pip uninstall <TAB>
quickly followed by Ctrl-C causes a traceback (associated with the KeyboardInterrupt) to be printed. This traceback should arguably not be displayed.A simple fix would be to change
pip completion --zsh
(and similarly--bash
) toThe text was updated successfully, but these errors were encountered: