benfred / py-spy

Sampling profiler for Python programs
MIT License
12.16k stars 401 forks source link

Fix shell completions #522

Closed benfred closed 1 year ago

benfred commented 1 year ago

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

Fixes #520