-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use in-house shell completer classes. #156
Labels
Milestone
Comments
bckohan
added
the
refactor
A code refactor/redesign that does not noticeably effect functionality.
label
Dec 4, 2024
bckohan
changed the title
Take ownership of shell completion logic
Use in-house shell completer classes.
Dec 4, 2024
bckohan
added a commit
that referenced
this issue
Dec 9, 2024
bckohan
added a commit
that referenced
this issue
Dec 18, 2024
bckohan
added a commit
that referenced
this issue
Dec 19, 2024
bckohan
added a commit
that referenced
this issue
Dec 31, 2024
bckohan
added a commit
that referenced
this issue
Dec 31, 2024
bckohan
added a commit
that referenced
this issue
Dec 31, 2024
bckohan
added a commit
that referenced
this issue
Dec 31, 2024
bckohan
added a commit
that referenced
this issue
Dec 31, 2024
bckohan
added a commit
that referenced
this issue
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: