-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Generate shell completions for x as well #134405
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
This PR modifies If appropriate, please update |
powershell runs on linux, you can install it with apt or dnf |
Oh cool, thanks! Yeah seems like this doesn't actually work in powershell because the |
11adb88
to
83772fc
Compare
83772fc
to
bc1737b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool!
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (bdc6b3d): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary -0.8%, secondary 3.6%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (secondary 3.0%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 764.878s -> 763.421s (-0.19%) |
It would be nice to be have shell completions for both
./x
andx
(installed withcargo install --path src/tools/x
) instead of justx.py
. This pr generates the corresponding completions for each shell in a similar way tox.py
but underx.<shell>
instead.