kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.39k stars 129 forks source link

enhance scripts/activate-global-python-argcomplete #461

Closed zoumingzhe closed 7 months ago

zoumingzhe commented 7 months ago

I'm developing tab completion based on argcomplete, and activate-global-python-argcomplete sometimes requires yes confirmation, preventing me from fully automating.

zoumingzhe commented 7 months ago

@kislyuk Can you help review it? Thanks.

kislyuk commented 7 months ago

LGTM, thanks (although the try..except clause does not make any sense, I will fix it separately).