Skip to content
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

Fix shell completions #522

Merged
merged 2 commits into from
Sep 7, 2022
Merged

Fix shell completions #522

merged 2 commits into from
Sep 7, 2022

Conversation

benfred
Copy link
Owner

@benfred benfred commented Sep 7, 2022

We had a panic happen on running py-spy completions bash, due to clap-rs/clap#3826 .
Fix and add a unittest for the completions command.

Fixes #520

We had a panic happen on running `py-spy completions bash`, due
to clap-rs/clap#3826 .

Fixes #520
@benfred benfred added the bug Something isn't working label Sep 7, 2022
@benfred benfred merged commit 0290978 into master Sep 7, 2022
@benfred benfred deleted the fix_shell_completions branch September 7, 2022 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shell completion generation broken in 0.3.13
1 participant