anki-code/xontrib-argcomplete
Importing 'pathlib' in a script disabled autocompletion
開放
#4 建立於 2021年6月21日
good first issue
倉庫指標
- 星標
- (33 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
For some reason xontrib-argcomplete wasn't working for my script. I've finally been able to identify that importing pathlib in my script somehow prevents tab completion from working! I have not yet investigated what the root cause is for this, however.