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

Multi-part custom completions for rust native completions #5652

Open
epage opened this issue Aug 10, 2024 · 0 comments
Open

Multi-part custom completions for rust native completions #5652

epage opened this issue Aug 10, 2024 · 0 comments
Labels
A-completion Area: completion generator C-enhancement Category: Raise on the bar on expectations E-medium Call for participation: Experience needed to fix: Medium / intermediate M-breaking-change Meta: Implementing or merging this will introduce a breaking change.

Comments

@epage
Copy link
Member

epage commented Aug 10, 2024

Right now, CustomCompleter requires providing all options at once. For something like chown or paths, you will want to complete a part at a time.

See also https://carapace-sh.github.io/carapace/carapace/defaultActions/actionMultiParts.html

@epage epage added E-medium Call for participation: Experience needed to fix: Medium / intermediate A-completion Area: completion generator C-enhancement Category: Raise on the bar on expectations M-breaking-change Meta: Implementing or merging this will introduce a breaking change. labels Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-completion Area: completion generator C-enhancement Category: Raise on the bar on expectations E-medium Call for participation: Experience needed to fix: Medium / intermediate M-breaking-change Meta: Implementing or merging this will introduce a breaking change.
Projects
None yet
Development

No branches or pull requests

1 participant