Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/clap-rs/clap

A full featured, fast Command Line Argument Parser for Rust
https://github.com/clap-rs/clap

fix(derive): Don't fail on variant field attributes

epage opened this pull request over 1 year ago
Add `--generate-link-to-definition` option when building on docs.rs

GuillaumeGomez opened this pull request over 1 year ago
derive(Subcommand) does not respect attributes on fields of enum variants

SlayerOfTheBad opened this issue over 1 year ago
clap_lex produces invalid error message

pacak opened this issue over 1 year ago
mangen: verbatim_doc_comment has no effect

WhyNotHugo opened this issue over 1 year ago
docs: Note user-values subject to value_delimiter

epage opened this pull request over 1 year ago
Can't specify multiple vector elements using env vars

johananl opened this issue over 1 year ago
Improve did-you-mean suggestions by detecting swapped words

not-my-profile opened this pull request over 1 year ago
clap_complete panics if subcomand has bin_name defined

cymruu opened this issue over 1 year ago
feat(derive): Better match serde in built-in type support

epage opened this pull request over 1 year ago
fix(complete): make short options case-sensitive in PowerShell

RubixDev opened this pull request over 1 year ago
refactor(builder): Remove bitflags dependency

epage opened this pull request over 1 year ago
chore: Update bitflags

epage opened this pull request over 1 year ago
Support parsing smart pointers

KSXGitHub opened this issue over 1 year ago
fix(parser): Allow help and version command

sebastiantoh opened this pull request over 1 year ago
Keeping post parsing validation in clap

Easyoakland opened this issue over 1 year ago
docs(tutorial): Smooth over tutorial problems, a little

epage opened this pull request over 1 year ago
docs(derive): Ensure magic attributes are searchable

epage opened this pull request over 1 year ago
Improve colorchoice enum

pksunkara opened this pull request over 1 year ago
Provide ability to 'opt into' case insensitive option/argument names

jerrywrice opened this issue over 1 year ago
Default display for `String` is awkward, ie `[default: ]`

nathan-at-least opened this issue over 1 year ago
WIP: fix(derive)!: Remove update support

epage opened this pull request over 1 year ago
Deprecate and remove `Parser::update_from`?

epage opened this issue over 1 year ago
docs(builder): Describe current sort semantics

epage opened this pull request over 1 year ago
fix: Broken long arg inference on conflicts

SUPERCILEX opened this pull request over 1 year ago
Make clap logo background transparent

hartwork opened this pull request over 1 year ago
Extract/add public method `Error.exit_code`

hartwork opened this pull request over 1 year ago
Broken link in docs to example

c-git opened this issue over 1 year ago
Add repository / homepage URL to `help_template` keys

ajeetdsouza opened this issue over 1 year ago
Allow obtaining "about" text as a &str

lufte opened this issue over 1 year ago
Automatically defer subcommand initialization for derives

epage opened this issue over 1 year ago
#[clap(flatten, next_help_heading)] affects adjacent fields

fsandhei opened this issue over 1 year ago
More heap allocations than structopt

dullbananas opened this issue over 1 year ago
fix(derive): Don't warn when people bring types into scope

epage opened this pull request over 1 year ago
`unused_qualifications` complains

tyranron opened this issue over 1 year ago
refactor: clap_complete behind feature in clap

contagnas opened this pull request over 1 year ago
put clap_complete behind a feature flag instead of a separate crate

contagnas opened this issue over 1 year ago
Expose source spans for errors with error-context

TzviPM opened this issue over 1 year ago
perf(derive): reduce amount of generated code

klensy opened this pull request over 1 year ago
`ValueEnum` drops trailing/leading underscores

dhruvkb opened this issue over 1 year ago
Small typo in example

pickx opened this pull request over 1 year ago
chore(deps): update rust crate criterion to 0.5.1

renovate[bot] opened this pull request over 1 year ago
chore(deps): update compatible (dev)

renovate[bot] opened this pull request over 1 year ago
require_value_delimiter missing in Clap-4

asomers opened this issue over 1 year ago
`required_if_eq` doesn't respect global arguments

Gordon01 opened this issue over 1 year ago
clap 4.3: Implementation of `FnOnce` is not general enough

lukesneeringer opened this issue over 1 year ago
Using `default_value_if` changes default value

sw0x2A opened this issue over 1 year ago
feat(nu): 'nushell' completion support

epage opened this pull request over 1 year ago
Change help message when prompt skippable

dariocurr opened this issue over 1 year ago
Update linux-raw-sys to 0.3.8

heiher opened this pull request over 1 year ago
feat(builder) add remove subcommand function

kvece opened this pull request over 1 year ago
Add ability to remove a subcommand

kvece opened this issue over 1 year ago
fix(lex)!: Remove unsafe safe method

epage opened this pull request over 1 year ago
test(parser): Verify value terminator precedence

epage opened this pull request over 1 year ago
fix(parser): Allow multiple value terminated positionals

epage opened this pull request over 1 year ago
chore: Update from '_rust/main' template

epage opened this pull request over 1 year ago
docs(builder): Remove stale docs references (set is default)

epage opened this pull request over 1 year ago
Display order of subcommands' pre-existing args is not merged/updated

kornelski opened this issue over 1 year ago
`default_value_if` with `IsPresent` doesn't ignore defaults

epage opened this issue over 1 year ago
Printing help breaks REPL-like loop

dominicmeyer opened this issue over 1 year ago
Infer possible values for enum or bool

kik4444 opened this issue over 1 year ago
Add note about Command::disable_help_subcommand applying to children

Nemo157 opened this pull request over 1 year ago
fix(assert): Clarify last assertion

epage opened this pull request over 1 year ago
panics with error incomprehensible to `#[derive(..)]` user

rukai opened this issue over 1 year ago
fix(help): Render partially optional values with []

fabianfreyer opened this pull request over 1 year ago
Push indices for arguments taking optional values

fabianfreyer opened this pull request over 1 year ago
Fix typo in value_parser.rs

cakebaker opened this pull request over 1 year ago
docs(tutorial): Expand the default_value_t example

nicholasbishop opened this pull request over 1 year ago
docs(derive): Add a few notes to `default_value`

nicholasbishop opened this pull request over 1 year ago
First example of Arg::default_value_if uses the wrong predicate

piksel opened this issue over 1 year ago
doc(complete): Add an example generating all shell completions

CosmicHorrorDev opened this pull request over 1 year ago
fix(help): Don't use next-line-help on long-help for subcommands

epage opened this pull request over 1 year ago
feat(complete): Add an iterator over `Shell` variants

CosmicHorrorDev opened this pull request over 1 year ago
complete: Add `Shell` iterator

CosmicHorrorDev opened this issue over 1 year ago
fix: (complete, zsh) Don't emit catchall when we have subcommands

clubby789 opened this pull request over 1 year ago
Show subcommand `about` on same line, even in `--help`

Centri3 opened this issue over 1 year ago
completion: Respect `ValueHint::Other` in Bash

clubby789 opened this pull request over 1 year ago
Add compilation error on invalid usage of boolean arg

DoumanAsh opened this pull request over 1 year ago
chore: Inline simple non-mixed format args

nyurik opened this pull request over 1 year ago
chore: Inline format args 2 (mixed cases)

nyurik opened this pull request over 1 year ago
refactor(help): Clean up long possible value handling

epage opened this pull request over 1 year ago
chore: Order trait impl same as trait

nyurik opened this pull request over 1 year ago
chore: Make Clippy happy

nyurik opened this pull request over 1 year ago
chore: Inline format args using clippy fix

nyurik opened this pull request over 1 year ago
chore: Dedup clap derive get fields

nyurik opened this pull request over 1 year ago
refactor(help): Be consistent in join style

epage opened this pull request over 1 year ago
chore: Deduplicate powershell code complete

nyurik opened this pull request over 1 year ago
chore: remove dup code in mangen

nyurik opened this pull request over 1 year ago
refactor: Minor code dedup for writing possible vals

nyurik opened this pull request over 1 year ago
fix(parser): Update iterator sizes as we go

epage opened this pull request over 1 year ago
"Cookbook" entry for "just give me back the Clap 3.x colors"

ssokolow opened this issue over 1 year ago