issues
search
epage
/
clapng
A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore(deps): update heck requirement from 0.3.0 to 0.4.0
#253
dependabot[bot]
opened
2 years ago
0
chore(gh): Temporarily disable new labels
#252
epage
closed
2 years ago
0
Iterate on CI
#251
epage
closed
2 years ago
0
Tweaks
#250
epage
closed
2 years ago
0
Migrate
#249
epage
closed
2 years ago
0
fix: Limit when ui tests run
#248
epage
closed
2 years ago
0
Cannot enable crate features on Rust Playground because `[package.metadata.playground]` is absent in Cargo.toml
#247
epage
opened
2 years ago
0
requires_ifs does not appear to work
#246
epage
opened
2 years ago
5
Parse arguments before or after subcommands ambivalently
#245
epage
opened
2 years ago
1
ArgMatches method to get the alias used (and long or short version)
#244
epage
opened
2 years ago
0
Infer trait bounds for generic derives
#243
epage
opened
2 years ago
0
'Argument 'x' is required and can't have a default value' when using default_value_os with #[derive(Clap)]
#242
epage
opened
2 years ago
4
Optional option-argument parsing is incorrect
#241
epage
opened
2 years ago
15
Easy to accidentally use `setting` when `global_setting` is intended
#240
epage
opened
2 years ago
0
Support alternative name/value separator
#239
epage
opened
2 years ago
1
clap_generate: zsh broken with two multi length arguments
#238
epage
opened
2 years ago
2
Remove parts of API marked as deprecated
#237
epage
opened
2 years ago
0
Flag SubCommands in YAML?
#236
epage
opened
2 years ago
0
[modular] User-driven validation
#235
epage
opened
2 years ago
0
Ability to apply a setting to all args
#234
epage
opened
2 years ago
1
Derive attribute that specializes a user-provided function that gets to modify `Arg`
#233
epage
opened
2 years ago
1
--help message randomly show and hide docs lines
#232
epage
opened
2 years ago
5
Make colored help output more compatible with an applications overall theme
#231
epage
opened
2 years ago
1
Usage parsing and generation should match docopt
#230
epage
opened
2 years ago
17
Stablize `ArgMatches::grouped_value_of` Tracking Issue
#229
epage
opened
2 years ago
3
[modular] Pull out a clap_lex
#228
epage
opened
2 years ago
15
[modular] Decouple help format from help generation
#227
epage
opened
2 years ago
0
[modular] Decouple help generation from clap
#226
epage
opened
2 years ago
0
[modular] Decouple clap_generate from the builder API
#225
epage
opened
2 years ago
0
Mutable app functions are confusing to users and awkward to work with
#224
epage
opened
2 years ago
4
Args/Subcommand app settings shouldn't impact what they are flattened into
#223
epage
opened
2 years ago
2
`cmd help help` includes `-h` and global arguments but errors when you pass them in
#222
epage
opened
2 years ago
2
Loosen requirement on using `&[]` to pass into builder functions
#221
epage
opened
2 years ago
0
3.0 Release Checklist
#220
epage
opened
2 years ago
2
Multicall has a performance impact on start-up
#219
epage
opened
2 years ago
0
Multicall should support programs that have a subcommand with the same name as the program
#218
epage
opened
2 years ago
0
Multicall executables should support matching argv[0] with a prefix stripped off
#217
epage
opened
2 years ago
0
Output when multicall applet isn't found is unhelpful and ugly
#216
epage
opened
2 years ago
0
Stabilise `AppSettings::Multicall` Tracking Issue
#215
epage
opened
2 years ago
5
Port StructOpt's exhaustive derive documentation
#214
epage
opened
2 years ago
4
Deprecate cargo macros
#213
epage
opened
2 years ago
10
Stablize `App::replace` Tracking Issue
#212
epage
opened
2 years ago
3
Support `default_missing_value_t`, `default_value_if_t`, etc
#211
epage
opened
2 years ago
4
Builder and `clap_derive` should be WYSIWYG
#210
epage
opened
2 years ago
14
Can `ArgEnum` be both more general and performant?
#209
epage
opened
2 years ago
14
Missing trailing newline on help with disabled flag and subcommand
#208
epage
opened
2 years ago
0
Auto-generated completion scripts add `NuShell` support
#207
epage
opened
2 years ago
3
Allow to show less verbose messages or avoid unsupported suggestions
#206
epage
opened
2 years ago
1
Allow completion of partial commands [Powershell]
#205
epage
opened
2 years ago
1
Run debug_asserts during compile time for derives
#204
epage
opened
2 years ago
6
Next