Ecosyste.ms: OpenCollective

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

Clap

Fast, modern CLI framework for Rust
Collective - Host: opensource - https://opencollective.com/clap - Website: https://clap.rs - Code: https://github.com/clap-rs

refactor: Track term widths as plugins

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
chore: Update anstyle/anstream

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Allow defining help heading for help flags

github.com/clap-rs/clap - paradigm opened this issue over 1 year ago
better compile time validation of value_parser types

github.com/clap-rs/clap - rbtcollins opened this issue over 1 year ago
Better examples for tracing

github.com/clap-rs/clap-verbosity-flag - pksunkara opened this pull request over 1 year ago
feat(help): Show value terminator

github.com/clap-rs/clap - toddATavail opened this pull request over 1 year ago
Dependency Dashboard

github.com/clap-rs/clap-verbosity-flag - renovate[bot] opened this issue over 1 year ago
Dependency Dashboard

github.com/clap-rs/clap - renovate[bot] opened this issue over 1 year ago
chore: Update from '_rust/main' template

github.com/clap-rs/clap-verbosity-flag - epage opened this pull request over 1 year ago
chore: Update from '_rust/main' template

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
fix(typo): replace ags by args

github.com/clap-rs/clap - Bfault opened this pull request over 1 year ago
fix(deps): Wording in "Process" section

github.com/clap-rs/clap-verbosity-flag - LeoniePhiline opened this pull request over 1 year ago
feat: Re-export `log` enums

github.com/clap-rs/clap-verbosity-flag - epage opened this pull request over 1 year ago
Add `-r, --recursive` flags to help command

github.com/clap-rs/clap - SUPERCILEX opened this issue over 1 year ago
fix(error): Don't highlight 'similar'

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
fix(error): Don't highlight 'similar'

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
TypedValueParser cannot return single Vec<String>

github.com/clap-rs/clap - LegionMammal978 opened this issue over 1 year ago
fix!: Remove `unstable-replace` feature flag

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
fix!: Remove stablized `unstable-grouped` feature

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
fix(lex): Clarify unsafe safety

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
fix(lex): Deprecate unsound `OsStrExt::split_at`

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
`clap_lex::OsStrExt` is unsound

github.com/clap-rs/clap - blyxxyz opened this issue over 1 year ago
fix(error): Give more idea why we are suggesting an arg

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
feat: Allow deferred initialization of subcommands

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
feat: Experiment with a `Command::reserve_args`

github.com/clap-rs/clap - epage opened this pull request almost 2 years ago
perf: Opt-in scaling to larger CLIs at cost of 35 KiB

github.com/clap-rs/clap - epage opened this pull request almost 2 years ago
fix(mangen): Honor the bin_name when rendering manpages

github.com/clap-rs/clap - arusahni opened this pull request almost 2 years ago
Generate `.env` string form Command

github.com/clap-rs/clap - joepio opened this issue almost 2 years ago
Help message output is not sorted by option name

github.com/clap-rs/clap - mooli opened this issue almost 2 years ago
add ability to parse additional group methods

github.com/clap-rs/clap - klnusbaum opened this pull request almost 2 years ago
Implement helper methods for `PathBufValueParser`

github.com/clap-rs/clap - bim9262 opened this pull request almost 2 years ago
chore(deps): bump bumpalo from 3.11.0 to 3.12.0

github.com/clap-rs/clap - dependabot[bot] opened this pull request almost 2 years ago
Changed the verbosity function to public

github.com/clap-rs/clap-verbosity-flag - khultman opened this pull request almost 2 years ago
Improve how we infer behavior from field types

github.com/clap-rs/clap - tmccombs opened this issue almost 2 years ago
Argument and command inference are buggy

github.com/clap-rs/clap - SUPERCILEX opened this issue almost 2 years ago
Help heading descriptions

github.com/clap-rs/clap - IgnisDa opened this issue almost 2 years ago
fix: Broken long arg inference on conflicts

github.com/clap-rs/clap - SUPERCILEX opened this pull request almost 2 years ago
Allow wrap_help without terminal_size dependency

github.com/clap-rs/clap - mitsuhiko opened this issue almost 2 years ago
Support non-Display types with `default_value_t`

github.com/clap-rs/clap - rdelfin opened this issue about 2 years ago
chore(deps): update rust crate env_logger to 0.10.0

github.com/clap-rs/clap-verbosity-flag - renovate[bot] opened this pull request about 2 years ago
Configure Renovate

github.com/clap-rs/clap-md - renovate[bot] opened this pull request about 2 years ago
Configure Renovate

github.com/clap-rs/clap-permission-flag - renovate[bot] opened this pull request about 2 years ago
chore(deps): update swatinem/rust-cache action to v2

github.com/clap-rs/clap-verbosity-flag - renovate[bot] opened this pull request about 2 years ago
chore(deps): update pre-commit/action action to v3

github.com/clap-rs/clap-verbosity-flag - renovate[bot] opened this pull request about 2 years ago
chore(deps): update actions/setup-python action to v4

github.com/clap-rs/clap-verbosity-flag - renovate[bot] opened this pull request about 2 years ago
Configure Renovate

github.com/clap-rs/clap-port-flag - renovate[bot] opened this pull request about 2 years ago
chore(deps): update actions/checkout action to v3

github.com/clap-rs/clap-verbosity-flag - renovate[bot] opened this pull request about 2 years ago
fix: Don't bypass conflicts when using `requires`

github.com/clap-rs/clap - pierrechevalier83 opened this pull request about 2 years ago
`requires` is bypassed when using `conflicts_with` a certain way

github.com/clap-rs/clap - pierrechevalier83 opened this issue about 2 years ago
Bump swatinem/rust-cache from 1 to 2

github.com/clap-rs/clap-permission-flag - dependabot[bot] opened this pull request about 2 years ago
Bump swatinem/rust-cache from 1 to 2

github.com/clap-rs/clap-port-flag - dependabot[bot] opened this pull request about 2 years ago
Clap panics on positional bools in debug builds

github.com/clap-rs/clap - therealprof opened this issue about 2 years ago
Disable for subcommands

github.com/clap-rs/clap-verbosity-flag - ofek opened this issue about 2 years ago
Allow visible aliases for PossibleValue

github.com/clap-rs/clap - dbrgn opened this issue about 2 years ago
Ignore errors disables help flag

github.com/clap-rs/clap - NicholasLYang opened this issue about 2 years ago
Add tracing support parity with log

github.com/clap-rs/clap-verbosity-flag - ShayBox opened this pull request about 2 years ago
Unbound `max_term_width` hurts readability

github.com/clap-rs/clap - SUPERCILEX opened this issue about 2 years ago
Derive requires field types to impl `Clone`

github.com/clap-rs/clap - djc opened this issue about 2 years ago
Update version strings

github.com/clap-rs/clap-permission-flag - matthiasbeyer opened this pull request about 2 years ago
Prepare 0.4.0

github.com/clap-rs/clap-port-flag - matthiasbeyer opened this pull request about 2 years ago
Prepare 0.3.0

github.com/clap-rs/clap-permission-flag - matthiasbeyer opened this pull request about 2 years ago
Update clap: 3 -> 4

github.com/clap-rs/clap-port-flag - matthiasbeyer opened this pull request about 2 years ago
Update clap: 3 -> 4

github.com/clap-rs/clap-permission-flag - matthiasbeyer opened this pull request about 2 years ago
Update clap requirement from 3 to 4

github.com/clap-rs/clap-permission-flag - dependabot[bot] opened this pull request about 2 years ago
Update clap requirement from 3 to 4

github.com/clap-rs/clap-port-flag - dependabot[bot] opened this pull request about 2 years ago
fix!: Bump clap to v4

github.com/clap-rs/clap-verbosity-flag - epage opened this pull request about 2 years ago
Subcommand aliases not included in completion scripts

github.com/clap-rs/clap - martinvonz opened this issue about 2 years ago
chore: Explain v4 migration for derive in CHANGELOG.md

github.com/clap-rs/clap - nyurik opened this pull request about 2 years ago
Release 0.3.0?

github.com/clap-rs/clap-permission-flag - matthiasbeyer opened this issue over 2 years ago
Release 0.4.0?

github.com/clap-rs/clap-port-flag - matthiasbeyer opened this issue over 2 years ago
Cleanup readme

github.com/clap-rs/clap-port-flag - matthiasbeyer opened this pull request over 2 years ago