You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typer has repeatably broken shell completion logic and our use case is special enough (i.e. going through a management command so we do not need to rely on environment variables) that it makes more sense to implement the completer scripts and completion logic separately. We should still rely on typer to install the scripts for supported shells though.
This issue will help us bypass upstream problems causing #152
The text was updated successfully, but these errors were encountered:
bckohan
added
the
refactor
A code refactor/redesign that does not noticeably effect functionality.
label
Dec 4, 2024
Typer has repeatably broken shell completion logic and our use case is special enough (i.e. going through a management command so we do not need to rely on environment variables) that it makes more sense to implement the completer scripts and completion logic separately. We should still rely on typer to install the scripts for supported shells though.
This issue will help us bypass upstream problems causing #152
The text was updated successfully, but these errors were encountered: