[BUG] Abort and Exit break autocompletion #1583
-
|
I believe these two types of exceptions should be handled internally to just abort the autocompletion (equivalent to returning an empty list), instead of leaking and flooding the terminal with a traceback. I'm willing to try and fix this if maintainers agree :) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
I have the same issue here. |
Beta Was this translation helpful? Give feedback.
-
|
for my case, my command can pass a parameter where is the config file so if there is no but with autocompletion .. if there is no |
Beta Was this translation helpful? Give feedback.
-
|
While I agree that we should try handling this automatically, the workaround that should help is described in Fix completion - using the Context |
Beta Was this translation helpful? Give feedback.
-
|
Hey, I'd like to work on this issue if it's still unassigned! |
Beta Was this translation helpful? Give feedback.
While I agree that we should try handling this automatically, the workaround that should help is described in Fix completion - using the Context