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

test(complete() Show empty candidate behavior

epage opened this pull request 13 days ago
odd issue when using completions

Eh2406 opened this issue 13 days ago
fix(help): Don't show hidden arguments in groups

julian-klode opened this pull request 13 days ago
feat(mangen): Separate options based on `help_heading`

0xAdk opened this pull request 14 days ago
POC of Approach to Supporting Internationalization

toadslop opened this pull request 14 days ago
Integrate initial OSS-Fuzz support (#5850)

initializedd opened this pull request 16 days ago
Integrate initial OSS-Fuzz support

initializedd opened this issue 16 days ago
Fix typos in `CHANGELOG.md`

teenager-ETH opened this pull request 17 days ago
fix(complete): Fix PowerShell dynamic completion

jennings opened this pull request 19 days ago
PowerShell dynamic completion script is not valid PowerShell

jennings opened this issue 20 days ago
fix(complete): remove duplicate bash subcmd cases caused by aliases

ribru17 opened this pull request 20 days ago
mangen: split option into options and global options

0xAdk opened this pull request 22 days ago
In mangen split OPTIONS into OPTIONS and GLOBAL OPTIONS

0xAdk opened this issue 22 days ago
fix(derive): Update link for derive attributes

epage opened this pull request 24 days ago
Broken link in `default_values_t` error message

stevenengler opened this issue 24 days ago
feat(complete): Add dynamic completion for nushell

chklauser opened this pull request 25 days ago
Dynamic completion for Nushell

chklauser opened this issue 25 days ago
Support default field values

epage opened this issue 26 days ago
fix(lex): allow `E` in scientific notation

cakebaker opened this pull request about 1 month ago
fix(assert): Prevent arguments from requiring self

omertuc opened this pull request about 1 month ago
chore(deps): Update compatible (dev)

renovate[bot] opened this pull request about 1 month ago
docs: fix command formatting

8LWXpg opened this pull request about 1 month ago
docs fix spelling issues

futreall opened this pull request about 1 month ago
docs: Update chapter_3.rs - missing "to"

fuho opened this pull request about 1 month ago
chore(deps): Update Rust Stable to v1.83

renovate[bot] opened this pull request about 1 month ago
next_help_heading doesn't seem to work with subcommands

nwalfield opened this issue about 1 month ago
Slugify `github.repository` for Bencher

epompeii opened this pull request about 1 month ago
docs: Fix docs for BoolishValueParser

megaserg opened this pull request about 2 months ago
`arg_required_else_help` with no arguments.

Leandros opened this issue about 2 months ago
Add Subcommand help headings

Fiedzia opened this pull request about 2 months ago
Command groups #1553

Fiedzia opened this pull request about 2 months ago
fix(help): Display value terminator and delimiter in help

Aethelflaed opened this pull request about 2 months ago
Command groups #1553

Fiedzia opened this pull request about 2 months ago
Ability to customize the built-in `help` subcommand

mr-briggs opened this issue about 2 months ago
refactor(parser): Remove redundant error check

epage opened this pull request about 2 months ago
fix(parser): Fill in defaults on ignored error

epage opened this pull request about 2 months ago
docs: Highlight notes/warnings in a block

epage opened this pull request about 2 months ago
Optional `#[command(flatten)]` breaks when nesting

kaplanz opened this issue about 2 months ago
fix(complete): Adjust dynamic for MSRV

epage opened this pull request 2 months ago
fix(derive): split paragraphs on lines ending with double space or backslash

JohanVonElectrum opened this pull request 2 months ago
Does MSRV apply to clap_complete's unstable-dynamic feature?

senekor opened this issue 2 months ago
chore: Fix unmatched backtick

chengehe opened this pull request 2 months ago
feat: Implementation of `From<Cow<'static, str>>` for `StyledStr`

zaira-bibi opened this pull request 2 months ago
chore(deps): Update Rust crate divan to v0.1.15

renovate[bot] opened this pull request 2 months ago
chore(deps): Update compatible (dev)

renovate[bot] opened this pull request 2 months ago
Add `value_from_arg_matches` for compatibility with `config-rs`

ewoolsey opened this issue 2 months ago
Update documentation examples to remove potential panics

simonsso opened this pull request 2 months ago
Value delimiter and num_args should work together

eserilev opened this issue 2 months ago
chore(deps): Update Rust Stable to v1.82

renovate[bot] opened this pull request 2 months ago
chore: Update from '_rust/main' template

epage opened this pull request 2 months ago
Document `#[clap(hide = true)]` better in clap-derive

adamchalmers opened this issue 2 months ago
Please implement impl From<Cow<'static, str>> for StyledStr

teythoon opened this issue 3 months ago
clap_complete: Allow access to previous args in completion function

LucasPickering opened this issue 3 months ago
Edit subcommand markers

mondeja opened this issue 3 months ago
chore: fix problematic quotation marks

timesince opened this pull request 3 months ago
feat(complete): Add descriptions to dynamic Zsh completions

vivienm opened this pull request 3 months ago
Custom help for subcommands

htngr opened this issue 3 months ago
feat(mangen): Support flatten_help

aparcar opened this pull request 3 months ago
feat(mangen): allow custom_sections again

aparcar opened this pull request 3 months ago
feat: Add CommandExt support

epage opened this pull request 3 months ago
refactor(complete): Better separate concerns

epage opened this pull request 3 months ago
Figure out long term role of `ValueHint`

epage opened this issue 3 months ago
fix(complete): Change ValueHint::Unknown to Other, from AnyPath

epage opened this pull request 3 months ago
chore(deps): Update dependency STABLE to v1.81.0

renovate[bot] opened this pull request 3 months ago
chore(deps): Update Rust crate unicode-width to 0.2.0

renovate[bot] opened this pull request 3 months ago
chore(deps): Update Rust crate terminal_size to 0.4.0

renovate[bot] opened this pull request 3 months ago
chore(deps): Update compatible (dev)

renovate[bot] opened this pull request 3 months ago
chore(ci): Ensure all tests run on the same runner

epage opened this pull request 3 months ago
test: Make shell integration tests non-blocking

epage opened this pull request 3 months ago
chore: Update from _rust template

epage opened this pull request 3 months ago
docs: fix small error in Arg::raw

armandas opened this pull request 3 months ago
Inconsistency in showing command description when using `about`

teamplayer3 opened this issue 3 months ago
fix(complete): Build issues clap_derive as override a dependency

fox0 opened this pull request 3 months ago
doc(complete): Fix how to add completions in elvish

shannmu opened this pull request 4 months ago
fix(complete): Sort by display order

epage opened this pull request 4 months ago
support windows style command line parse

i-xiao-zi opened this issue 4 months ago
fix(complete): When completing -[TAB], prioritize shorts

epage opened this pull request 4 months ago
fix(complete): De-duplicate built-in candidates

epage opened this pull request 4 months ago
fix(complete): Prioritize subcommands, positionals over flags

epage opened this pull request 4 months ago
The command name should default to CARGO_BIN_NAME

ia0 opened this issue 4 months ago
docs: Fix demo help

adamchainz opened this pull request 4 months ago
chore: add the missing symbol

epage opened this pull request 4 months ago
chore: add the missing symbol

xixishidibei opened this pull request 4 months ago
fix(complete): Strip wrappers for running completer

epage opened this pull request 4 months ago