-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Issues: clap-rs/clap
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
Label
Projects
Milestones
Assignee
Sort
Issues list
clap_complete generates invalid powershell code when docs have RIGHT_SINGLE_QUOTATION_MARK
A-completion
Area: completion generator
C-bug
Category: Updating dependencies
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
#5820
opened Nov 15, 2024 by
fnando
2 tasks done
Powershell completions not working with empty help string.
A-completion
Area: completion generator
C-bug
Category: Updating dependencies
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
#5341
opened Feb 6, 2024 by
LucasLehmann
clap_complete: add Xonsh shell support
A-completion
Area: completion generator
C-enhancement
Category: Raise on the bar on expectations
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
#4693
opened Feb 4, 2023 by
eugenesvk
2 tasks done
Issue when inferring lifetimes when used with serde.
A-derive
Area: #[derive]` macro API
C-bug
Category: Updating dependencies
E-hard
Call for participation: Experience needed to fix: Hard / a lot
E-help-wanted
Call for participation: Help is requested to fix this issue.
#4349
opened Oct 5, 2022 by
0xForerunner
2 tasks done
Implement convenient helper methods for Area: Builder API
C-enhancement
Category: Raise on the bar on expectations
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
💸 $5
PathBufValueParser
to reduce boilerplate
A-builder
#4074
opened Aug 13, 2022 by
SupImDos
2 tasks done
Support Area: completion generator
C-enhancement
Category: Raise on the bar on expectations
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
💸 $20
is_require_equal_set
in native completions
A-completion
#3923
opened Jul 13, 2022 by
epage
Support delimited values for native completions
A-builder
Area: Builder API
A-completion
Area: completion generator
C-enhancement
Category: Raise on the bar on expectations
E-help-wanted
Call for participation: Help is requested to fix this issue.
💸 $20
#3922
opened Jul 13, 2022 by
epage
Support flags with values in native completions
A-completion
Area: completion generator
C-enhancement
Category: Raise on the bar on expectations
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
💸 $20
#3920
opened Jul 13, 2022 by
epage
2 of 3 tasks
elvish support for native completions
A-completion
Area: completion generator
C-enhancement
Category: Raise on the bar on expectations
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
💸 $20
#3919
opened Jul 13, 2022 by
epage
1 of 2 tasks
powershell support for native completions
A-completion
Area: completion generator
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
💸 $20
#3918
opened Jul 13, 2022 by
epage
1 of 2 tasks
fish support for native completions
A-completion
Area: completion generator
C-enhancement
Category: Raise on the bar on expectations
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
💸 $20
#3917
opened Jul 13, 2022 by
epage
1 of 2 tasks
zsh support for native completions
A-completion
Area: completion generator
C-enhancement
Category: Raise on the bar on expectations
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
💸 $20
#3916
opened Jul 13, 2022 by
epage
1 of 2 tasks
ArgAction::Count
type error not caught at compile time
A-derive
#3864
opened Jun 23, 2022 by
cyqsimon
2 tasks done
Create a configurable command alias example
A-docs
Area: documentation, including docs.rs, readme, examples, etc...
C-enhancement
Category: Raise on the bar on expectations
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
#3679
opened May 3, 2022 by
epage
2 tasks done
Stack overflow when using too many arguments with Area: Builder API
C-bug
Category: Updating dependencies
E-hard
Call for participation: Experience needed to fix: Hard / a lot
E-help-wanted
Call for participation: Help is requested to fix this issue.
arg!()
A-builder
#3524
opened Mar 1, 2022 by
bkstein
2 tasks done
clap_man
should respect the configured display order for args and subcommands
A-man
#3362
opened Jan 28, 2022 by
epage
2 tasks done
Show Area: man generator
C-enhancement
Category: Raise on the bar on expectations
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
PossibleVaue::help
in clap_man
A-man
#3360
opened Jan 28, 2022 by
epage
2 tasks done
clap_man
doesn't show the right number of value names
A-man
#3359
opened Jan 28, 2022 by
epage
2 tasks done
clap_man
doesn't render optional values with [=<VALUE>]
A-man
#3358
opened Jan 28, 2022 by
epage
2 tasks done
clap_man
doesn't consider an option required when its arg group is required
A-man
#3357
opened Jan 28, 2022 by
epage
2 tasks done
Stablize Rust-Native Completion Engine Tracking Issue
A-completion
Area: completion generator
C-enhancement
Category: Raise on the bar on expectations
C-tracking-issue
Category: A tracking issue for an unstable feature
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
#3166
opened Dec 13, 2021 by
epage
12 of 23 tasks
conflicts_with overriding required isn't two way
A-validators
Area: ArgMatches validation logi
C-bug
Category: Updating dependencies
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
#3077
opened Dec 7, 2021 by
epage
Support for using ArgGroup as Enum with derive
A-derive
Area: #[derive]` macro API
C-enhancement
Category: Raise on the bar on expectations
E-hard
Call for participation: Experience needed to fix: Hard / a lot
E-help-wanted
Call for participation: Help is requested to fix this issue.
💸 $20
Alias into subcomand
C-enhancement
Category: Raise on the bar on expectations
E-help-wanted
Call for participation: Help is requested to fix this issue.
ProTip!
Updated in the last three days: updated:>2025-01-21.