Skip to content

Issues: clap-rs/clap

Reduce compilation time
#2037 opened Jul 28, 2020 by CreepySkeleton
Open 5
Binary size could be smaller
#1365 opened Oct 19, 2018 by smklein
Open 42
Dependency Dashboard
#4824 opened Apr 3, 2023 by renovate bot
Open
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Ability to customize the built-in help subcommand A-builder Area: Builder API C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5815 opened Nov 13, 2024 by mr-briggs
2 tasks done
clap_complete: Allow access to previous args in completion function A-completion Area: completion generator C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5784 opened Oct 21, 2024 by LucasPickering
2 tasks done
Figure out long term role of ValueHint A-completion Area: completion generator M-breaking-change Meta: Implementing or merging this will introduce a breaking change. S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5764 opened Oct 2, 2024 by epage 5.0
default_values_if A-builder Area: Builder API A-parsing Area: Parser's logic and needs it changed somehow. C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5698 opened Aug 24, 2024 by SuspiciousDuck
2 tasks done
When the user specifies a global, the env variable is still validated A-parsing Area: Parser's logic and needs it changed somehow. C-bug Category: Updating dependencies S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5588 opened Jul 19, 2024 by xobs
2 tasks done
Intentionally control when a space is appended for native completions A-completion Area: completion generator C-bug Category: Updating dependencies S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5587 opened Jul 19, 2024 by epage
DisplayVersion "errors" don't really allow to distinguish between -V and --version C-enhancement Category: Raise on the bar on expectations M-breaking-change Meta: Implementing or merging this will introduce a breaking change. S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5543 opened Jun 20, 2024 by glandium
2 tasks done
#[arg(from_global)] with #[command(flatten)] A-derive Area: #[derive]` macro API C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5525 opened Jun 10, 2024 by abesto
2 tasks done
Subcommand Conflicts with Argument (derive feature) A-parsing Area: Parser's logic and needs it changed somehow. A-validators Area: ArgMatches validation logi C-bug Category: Updating dependencies S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5513 opened Jun 1, 2024 by lubomirkurcak
2 tasks done
Make visible_alias print in a way that fits convention A-help Area: documentation, including docs.rs, readme, examples, etc... C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5459 opened Apr 15, 2024 by lolbinarycat
2 tasks done
Delegate completions for a specific argument to the completions of an external program A-completion Area: completion generator C-enhancement Category: Raise on the bar on expectations S-blocked Status: Blocked on something else such as an RFC or other implementation work. S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5424 opened Mar 25, 2024 by alerque
2 tasks done
#[arg(value_delimiter = ':')] Delimiter isnt displayed in the help message. A-help Area: documentation, including docs.rs, readme, examples, etc... C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5392 opened Mar 11, 2024 by max-ishere
2 tasks done
Allow longer shorts A-parsing Area: Parser's logic and needs it changed somehow. C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5377 opened Feb 26, 2024 by h8sd
2 tasks done
Respect flatten_help in man pages A-man Area: man generator C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5337 opened Feb 2, 2024 by epage
Support arg_require_else_help natively in the derive A-derive Area: #[derive]` macro API C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5291 opened Jan 8, 2024 by epage
default_value_if does not respect global(true) A-parsing Area: Parser's logic and needs it changed somehow. C-bug Category: Updating dependencies S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5234 opened Dec 1, 2023 by adamspofford-dfinity
2 tasks done
Clap outputs wrong error message context when using an environment variable with invalid content A-parsing Area: Parser's logic and needs it changed somehow. C-bug Category: Updating dependencies S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5202 opened Nov 8, 2023 by inf17101
2 tasks done
Show the type of arguments in help message? A-derive Area: #[derive]` macro API A-help Area: documentation, including docs.rs, readme, examples, etc... C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5156 opened Oct 2, 2023 by epage
Combine long_flag and long_flag_aliases into one API? A-builder Area: Builder API C-enhancement Category: Raise on the bar on expectations M-breaking-change Meta: Implementing or merging this will introduce a breaking change. S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5138 opened Sep 25, 2023 by SUPERCILEX
Allow more granular styling A-help Area: documentation, including docs.rs, readme, examples, etc... C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5098 opened Aug 28, 2023 by AndreasBackx
2 tasks done
Allow customizing styling of [default], [possible values], [env] in arg description A-help Area: documentation, including docs.rs, readme, examples, etc... C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5093 opened Aug 28, 2023 by epage
2 tasks done
#[command(flatten)] on optional field makes it required A-validators Area: ArgMatches validation logi C-bug Category: Updating dependencies M-breaking-change Meta: Implementing or merging this will introduce a breaking change. S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5092 opened Aug 27, 2023 by smessmer
2 tasks done
Provide better did-you-mean suggestions for swapped words A-help Area: documentation, including docs.rs, readme, examples, etc... C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#5029 opened Jul 20, 2023 by not-my-profile
Expose source spans for errors with error-context A-parsing Area: Parser's logic and needs it changed somehow. C-enhancement Category: Raise on the bar on expectations S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#4948 opened Jun 4, 2023 by TzviPM
2 tasks done
Error::new takes a Display rather than a StyledStr A-help Area: documentation, including docs.rs, readme, examples, etc... C-bug Category: Updating dependencies M-breaking-change Meta: Implementing or merging this will introduce a breaking change. S-waiting-on-design Status: Waiting on user-facing design to be resolved before implementing
#4862 opened Apr 26, 2023 by epage
2 tasks done
5.0
ProTip! Type g i on any issue or pull request to go back to the issue listing page.