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(complete): Adjust how IFS is passed to clap #5731

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Conversation

epage
Copy link
Member

@epage epage commented Sep 17, 2024

No idea why using passing along IFS isn't workong on my machine (but is for tests).

Fixes #5730

No idea why using passing along `IFS` isn't workong on my machine (but is for tests).

Fixes clap-rs#5730
@epage epage merged commit 5ca60e9 into clap-rs:master Sep 17, 2024
22 of 23 checks passed
@epage epage deleted the bash branch September 17, 2024 20:16
epage added a commit to epage/cargo that referenced this pull request Sep 17, 2024
This pulls in
- clap-rs/clap#5731 for `IFS` oddities I had
- clap-rs/clap#5733 with the hope that this makes `CARGO_COMPLETE_BASH cargo +nightly` just work

`clap` was completed next to `clap_complete` because `clap_complete`
depends on unstable features from `clap`.
None should have changed in this time window but I wanted to exercise
caution.
bors added a commit to rust-lang/cargo that referenced this pull request Sep 18, 2024
fix(complete): Fix problems on my machine

### What does this PR try to resolve?
This pulls in
- clap-rs/clap#5731 for `IFS` oddities I had
- clap-rs/clap#5733 with the hope that this makes `CARGO_COMPLETE_BASH cargo +nightly` just work

### How should we test and review this PR?

### Additional information

`clap` was completed next to `clap_complete` because `clap_complete` depends on unstable features from `clap`.
None should have changed in this time window but I wanted to exercise caution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bash outputs everything as one completion, rather than a list of completions
1 participant