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

More heap allocations than structopt

github.com/clap-rs/clap - dullbananas opened this issue over 1 year ago
`unused_qualifications` complains

github.com/clap-rs/clap - tyranron opened this issue over 1 year ago
refactor: clap_complete behind feature in clap

github.com/clap-rs/clap - contagnas opened this pull request over 1 year ago
perf(derive): reduce amount of generated code

github.com/clap-rs/clap - klensy opened this pull request over 1 year ago
`ValueEnum` drops trailing/leading underscores

github.com/clap-rs/clap - dhruvkb opened this issue over 1 year ago
Small typo in example

github.com/clap-rs/clap - pickx opened this pull request over 1 year ago
chore(deps): update rust crate criterion to 0.5.1

github.com/clap-rs/clap - renovate[bot] opened this pull request over 1 year ago
chore(deps): update compatible (dev)

github.com/clap-rs/clap - renovate[bot] opened this pull request over 1 year ago
chore(deps): update msrv to v1.67.0

github.com/clap-rs/clap-verbosity-flag - renovate[bot] opened this pull request over 1 year ago
require_value_delimiter missing in Clap-4

github.com/clap-rs/clap - asomers opened this issue over 1 year ago
`required_if_eq` doesn't respect global arguments

github.com/clap-rs/clap - Gordon01 opened this issue over 1 year ago
clap 4.3: Implementation of `FnOnce` is not general enough

github.com/clap-rs/clap - lukesneeringer opened this issue over 1 year ago
Using `default_value_if` changes default value

github.com/clap-rs/clap - sw0x2A opened this issue over 1 year ago
feat(nu): 'nushell' completion support

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Change help message when prompt skippable

github.com/clap-rs/clap - dariocurr opened this issue over 1 year ago
Update linux-raw-sys to 0.3.8

github.com/clap-rs/clap - heiher opened this pull request over 1 year ago
feat(builder) add remove subcommand function

github.com/clap-rs/clap - kvece opened this pull request over 1 year ago
Add ability to remove a subcommand

github.com/clap-rs/clap - kvece opened this issue over 1 year ago
fix(lex)!: Remove unsafe safe method

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
test(parser): Verify value terminator precedence

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
chore(ci): Catch clippy config failures

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
Printing help breaks REPL-like loop

github.com/clap-rs/clap - dominicmeyer opened this issue over 1 year ago
Infer possible values for enum or bool

github.com/clap-rs/clap - kik4444 opened this issue over 1 year ago
fix(assert): Clarify last assertion

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
fix(help): Render partially optional values with []

github.com/clap-rs/clap - fabianfreyer opened this pull request over 1 year ago
Push indices for arguments taking optional values

github.com/clap-rs/clap - fabianfreyer opened this pull request over 1 year ago
Fix typo in value_parser.rs

github.com/clap-rs/clap - cakebaker opened this pull request over 1 year ago
docs(tutorial): Expand the default_value_t example

github.com/clap-rs/clap - nicholasbishop opened this pull request over 1 year ago
docs(derive): Add a few notes to `default_value`

github.com/clap-rs/clap - nicholasbishop opened this pull request over 1 year ago
doc(complete): Add an example generating all shell completions

github.com/clap-rs/clap - CosmicHorrorDev opened this pull request over 1 year ago
feat(complete): Add an iterator over `Shell` variants

github.com/clap-rs/clap - CosmicHorrorDev opened this pull request over 1 year ago
complete: Add `Shell` iterator

github.com/clap-rs/clap - CosmicHorrorDev opened this issue over 1 year ago
feat: Add serde feature

github.com/clap-rs/clap-verbosity-flag - nerdo opened this pull request over 1 year ago
completion: Respect `ValueHint::Other` in Bash

github.com/clap-rs/clap - clubby789 opened this pull request over 1 year ago
Add compilation error on invalid usage of boolean arg

github.com/clap-rs/clap - DoumanAsh opened this pull request over 1 year ago
chore: Inline simple non-mixed format args

github.com/clap-rs/clap - nyurik opened this pull request over 1 year ago
chore: Inline format args 2 (mixed cases)

github.com/clap-rs/clap - nyurik opened this pull request over 1 year ago
refactor(help): Clean up long possible value handling

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
chore: Order trait impl same as trait

github.com/clap-rs/clap - nyurik opened this pull request over 1 year ago
chore: Make Clippy happy

github.com/clap-rs/clap - nyurik opened this pull request over 1 year ago
chore: Inline format args using clippy fix

github.com/clap-rs/clap - nyurik opened this pull request over 1 year ago
chore: Dedup clap derive get fields

github.com/clap-rs/clap - nyurik opened this pull request over 1 year ago
refactor(help): Be consistent in join style

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
chore: Deduplicate powershell code complete

github.com/clap-rs/clap - nyurik opened this pull request over 1 year ago
chore: remove dup code in mangen

github.com/clap-rs/clap - nyurik opened this pull request over 1 year ago
refactor: Minor code dedup for writing possible vals

github.com/clap-rs/clap - nyurik opened this pull request over 1 year ago
fix(parser): Update iterator sizes as we go

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
chore(deps): update msrv to v1.66.0

github.com/clap-rs/clap-verbosity-flag - renovate[bot] opened this pull request over 1 year ago
fix(derive): Allow `clippy::almost_swapped`

github.com/clap-rs/clap - hds opened this pull request over 1 year ago
Possible bug with enum fields

github.com/clap-rs/clap - nerdo opened this issue over 1 year ago
test(help): Remove redundant test

github.com/clap-rs/clap - mattmadeofpasta opened this pull request over 1 year ago
Update bitflags dependency to 2.2.1.

github.com/clap-rs/clap - qwandor opened this pull request over 1 year ago
docs: Clean up so CI passes

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
fix: Remove strict linting from generated code

github.com/clap-rs/clap - hds opened this pull request over 1 year ago
Added Concepts section to derive tutorial

github.com/clap-rs/clap - rben01 opened this pull request over 1 year ago
clap suggests hidden subcommands in errors

github.com/clap-rs/clap - yshui opened this issue over 1 year ago
fix(help): don't suggest hidden subcommands

github.com/clap-rs/clap - yshui opened this pull request over 1 year ago
docs: Update mut_arg docs on help + version flags

github.com/clap-rs/clap - ClementTsang opened this pull request over 1 year ago
fix(complete): Escape special characters properly for zsh

github.com/clap-rs/clap - changhc opened this pull request over 1 year ago
fix(help): Preserve block indent when wrapping

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
docs(help): Fill in styles docs

github.com/clap-rs/clap - epage opened this pull request 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
Prettier typography when `unicode` feature is set?

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

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
chore(config): migrate renovate config - autoclosed

github.com/clap-rs/clap-verbosity-flag - renovate[bot] opened this pull request over 1 year ago
chore(config): migrate renovate config - autoclosed

github.com/clap-rs/clap - renovate[bot] opened this pull request over 1 year ago
Automatically detect allow_missing_positional

github.com/clap-rs/clap - joshtriplett opened this issue over 1 year ago
docs(readme): Update description

github.com/clap-rs/clap-verbosity-flag - pksunkara opened this pull request over 1 year ago