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

Support delimited values in native completions #5602

Merged
merged 2 commits into from
Aug 16, 2024

Conversation

shannmu
Copy link
Contributor

@shannmu shannmu commented Jul 26, 2024

Related issue #3922

  • Support --flag bar1,bar1,[TAB]
  • Support --flag=bar1,bar2,[TAB]
  • Support -F bar1,bar2,[TAB]
  • Support -F=bar1,bar2,[TAB]
  • Support delimited values for positional argument in native completions. -- a_pos,[TAB]

@epage
Copy link
Member

epage commented Jul 26, 2024

Should we support delimited values for positional argument in native completions.

Yes, a value is a value

@shannmu shannmu marked this pull request as ready for review August 5, 2024 16:55
@epage
Copy link
Member

epage commented Aug 15, 2024

Things should be calmer now for updating for merge conflicts

@shannmu shannmu force-pushed the delimiter_values branch 2 times, most recently from 593553a to 2858219 Compare August 16, 2024 04:24
@epage epage force-pushed the delimiter_values branch 2 times, most recently from bb80638 to 59bf26d Compare August 16, 2024 21:07
@epage epage merged commit 82e599e into clap-rs:master Aug 16, 2024
22 of 23 checks passed
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.

2 participants