-
-
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
Support command chaining
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
#2222
opened Nov 24, 2020 by
fkrauthan
Multi valued flags and required argument do not work together very well
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
#1125
opened Dec 8, 2017 by
rsertelon
Add JSON Export for App
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
#918
opened Mar 26, 2017 by
mitsuhiko
Question/Feature request: Any way to do required_ifs "flags exists".
A-validators
Area: ArgMatches validation logi
C-enhancement
Category: Raise on the bar on expectations
S-waiting-on-design
Status: Waiting on user-facing design to be resolved before implementing
#1126
opened Dec 12, 2017 by
8176135
Multiple subcommand categories / Area: documentation, including docs.rs, readme, examples, etc...
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
help_heading
s
A-help
#[arg(value_delimiter = ':')]
Delimiter isnt displayed in the help message.
A-help
#5392
opened Mar 11, 2024 by
max-ishere
2 tasks done
Add support for automatic negation flags
A-builder
Area: Builder API
A-derive
Area: #[derive]` macro 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
#815
opened Jan 14, 2017 by
kbknapp
6 tasks
No argument validation on globals
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
#1546
opened Sep 12, 2019 by
gabbifish
Add 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
-r, --recursive
flags to help command
A-help
#4813
opened Mar 30, 2023 by
SUPERCILEX
2 tasks done
[feature request] customizable subcommand separator besides space
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
#1420
opened Feb 19, 2019 by
samuela
The help message offset is inconsistent
A-help
Area: documentation, including docs.rs, readme, examples, etc...
C-bug
Category: Updating dependencies
S-waiting-on-design
Status: Waiting on user-facing design to be resolved before implementing
#1013
opened Jul 25, 2017 by
marmistrz
Partially parse args, capturing unknown args into a vec, rather than error
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
#1404
opened Jan 23, 2019 by
nkeor
No way to create a global template
A-builder
Area: Builder 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
#1184
opened Feb 14, 2018 by
anna-is-cute
Optional positional arguments that get skipped if corresponding validation fails
A-parsing
Area: Parser's logic and needs it changed somehow.
A-validators
Area: ArgMatches validation logi
C-enhancement
Category: Raise on the bar on expectations
S-waiting-on-design
Status: Waiting on user-facing design to be resolved before implementing
#2122
opened Sep 1, 2020 by
ducaale
Better than display_order and DeriveDisplayOrder argument positioning
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
#1807
opened Apr 11, 2020 by
I60R
2 tasks done
Easily configurable license information
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
#1768
opened Mar 27, 2020 by
Dantali0n
clap_derive: support fixed arrays as shortcut for number_of_values = N
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
#1682
opened Feb 9, 2020 by
CreepySkeleton
Lines in help output can be wider than the terminal width
A-help
Area: documentation, including docs.rs, readme, examples, etc...
C-bug
Category: Updating dependencies
S-waiting-on-design
Status: Waiting on user-facing design to be resolved before implementing
#2065
opened Aug 14, 2020 by
mkantor
Regroup "similar" flags/options in the help prompt
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
#2739
opened Aug 26, 2021 by
PandH4cker
2 tasks done
Using index_of()/indices_of() with optional arguments that take optional values
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
#2419
opened Mar 20, 2021 by
cptpcrd
2 tasks done
Argument conflicts with subcommand name
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
#2375
opened Mar 2, 2021 by
x3rAx
2 tasks done
derive: make boolean 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
clap()
args (require
, global
, ...) default to true if specified
A-derive
#3620
opened Apr 9, 2022 by
martinvonz
2 tasks done
Separate section for Positional Arguments in generated manpages
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
#3579
opened Mar 26, 2022 by
ducaale
2 tasks done
Prevent specifying global args multiple times
A-parsing
Area: Parser's logic and needs it changed somehow.
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
#3938
opened Jul 15, 2022 by
cd-work
2 tasks done
clap_derive: Merge/inherit 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
ValueEnum
(sharing enum variants in ValueEnum
)
A-derive
#3911
opened Jul 12, 2022 by
KSXGitHub
2 tasks done
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.