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

feat(clap_complete): Add powershell support for native completion #5564

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shannmu
Copy link
Contributor

@shannmu shannmu commented Jul 4, 2024

Closes #3918

@@ -132,3 +132,31 @@ fn subcommand_last() {
name,
);
}

#[test]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the tests can't be added in a prior commit, then they should be added in the commit with the feature.


#[test]
#[cfg(unix)]
fn register_completion() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I said working tests is not a blocker for this.

@epage
Copy link
Member

epage commented Aug 9, 2024

I know its not complete but merged a subset of this in #5646

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.

powershell support for native completions
2 participants