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
Parentheses in doc comments for `ValueEnum` break generated fish completions
github.com/clap-rs/clap - cstyles opened this issue over 1 year ago
github.com/clap-rs/clap - cstyles opened this issue over 1 year ago
Provide CLI arguments in config file
github.com/clap-rs/clap - SamuelMarks opened this issue over 1 year ago
github.com/clap-rs/clap - SamuelMarks opened this issue over 1 year ago
Allow more granular styling
github.com/clap-rs/clap - AndreasBackx opened this issue over 1 year ago
github.com/clap-rs/clap - AndreasBackx opened this issue over 1 year ago
Allow to mark arguments as to be ignored by suggestions.
github.com/clap-rs/clap - Carreau opened this pull request over 1 year ago
github.com/clap-rs/clap - Carreau opened this pull request over 1 year ago
feat(help): Stabilize styling support
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Allow customizing styling of `[default]`, `[possible values]`, `[env]` in arg description
github.com/clap-rs/clap - epage opened this issue over 1 year ago
github.com/clap-rs/clap - epage opened this issue over 1 year ago
#[command(flatten)] on optional field makes it required
github.com/clap-rs/clap - smessmer opened this issue over 1 year ago
github.com/clap-rs/clap - smessmer opened this issue over 1 year ago
Default value that panics only if neither `arg` nor `env` provided
github.com/clap-rs/clap - SamuelMarks opened this issue over 1 year ago
github.com/clap-rs/clap - SamuelMarks opened this issue over 1 year ago
Update documentation for `arg` attribute
github.com/clap-rs/clap - MiniaczQ opened this issue over 1 year ago
github.com/clap-rs/clap - MiniaczQ opened this issue over 1 year ago
clap_lex 0.5.1 inherited a stricter msrv than probably intended
github.com/clap-rs/clap - udoprog opened this issue over 1 year ago
github.com/clap-rs/clap - udoprog opened this issue over 1 year ago
The latest update enforces 1.7.9 rust version, breaking build pipelines.
github.com/clap-rs/clap - rikkigouda opened this issue over 1 year ago
github.com/clap-rs/clap - rikkigouda opened this issue over 1 year ago
perf(builder): Speed up builds by dropping is-terminal
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Complete _derive docs? - Example doesn't build
github.com/clap-rs/clap - SamuelMarks opened this issue over 1 year ago
github.com/clap-rs/clap - SamuelMarks opened this issue over 1 year ago
fix(help): Ensure padding isn't stripped
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
custom {all-args} help output - first line wrong indent
github.com/clap-rs/clap - onlythisnamewasfree opened this issue over 1 year ago
github.com/clap-rs/clap - onlythisnamewasfree opened this issue over 1 year ago
`UnknownArgumentValueParser` can only be used with string value argument
github.com/clap-rs/clap - weihanglo opened this issue over 1 year ago
github.com/clap-rs/clap - weihanglo opened this issue over 1 year ago
fix(builder): UnknownValueParser shouldn't error on flag absense
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
`UnknownArgumentValueParser` eagerly errors out
github.com/clap-rs/clap - weihanglo opened this issue over 1 year ago
github.com/clap-rs/clap - weihanglo opened this issue over 1 year ago
`Option` arg cannot have `None` as default value
github.com/clap-rs/clap - justinlovinger opened this issue over 1 year ago
github.com/clap-rs/clap - justinlovinger opened this issue over 1 year ago
feat(builder): Allow injecting known unknowns
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Avoid printing trailing whitespace in help output
github.com/clap-rs/clap - djc opened this issue over 1 year ago
github.com/clap-rs/clap - djc opened this issue over 1 year ago
Author and version not displayed in multicall binary
github.com/clap-rs/clap - trou opened this issue over 1 year ago
github.com/clap-rs/clap - trou opened this issue over 1 year ago
Export error constructors
github.com/clap-rs/clap - 9999years opened this pull request over 1 year ago
github.com/clap-rs/clap - 9999years opened this pull request over 1 year ago
feat: Allow referencing `TypedValueParser` in`ValueParserFactory` associated type
github.com/clap-rs/clap - 9999years opened this pull request over 1 year ago
github.com/clap-rs/clap - 9999years opened this pull request over 1 year ago
Error message APIs for `TypedValueParser`
github.com/clap-rs/clap - 9999years opened this issue over 1 year ago
github.com/clap-rs/clap - 9999years opened this issue over 1 year ago
Allow using a completion-specific candidate description over the candidate's help message in rust-native completions
github.com/clap-rs/clap - ModProg opened this issue over 1 year ago
github.com/clap-rs/clap - ModProg opened this issue over 1 year ago
chore(deps): update msrv to v1.75
github.com/clap-rs/clap - renovate[bot] opened this pull request over 1 year ago
github.com/clap-rs/clap - renovate[bot] opened this pull request over 1 year ago
chore(deps): update rust crate completest to 0.0.17
github.com/clap-rs/clap - renovate[bot] opened this pull request over 1 year ago
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
github.com/clap-rs/clap - renovate[bot] opened this pull request over 1 year ago
Filter and order completions based on input and importance for native completions
github.com/clap-rs/clap - ModProg opened this issue over 1 year ago
github.com/clap-rs/clap - ModProg opened this issue over 1 year ago
dynamic completions filter options
github.com/clap-rs/clap - ModProg opened this pull request over 1 year ago
github.com/clap-rs/clap - ModProg opened this pull request over 1 year ago
Show arg/command descriptions in dynamic completions
github.com/clap-rs/clap - ModProg opened this pull request over 1 year ago
github.com/clap-rs/clap - ModProg opened this pull request over 1 year ago
Variant of allow_hyphen_values that treats `--` like a regular value
github.com/clap-rs/clap - RalfJung opened this issue over 1 year ago
github.com/clap-rs/clap - RalfJung opened this issue over 1 year ago
Add `Command::mut_args` to modify all arguments of a `Command`
github.com/clap-rs/clap - joshtriplett opened this pull request over 1 year ago
github.com/clap-rs/clap - joshtriplett opened this pull request over 1 year ago
Please support `flatten`ing an `Args` and mutating arguments before merging
github.com/clap-rs/clap - joshtriplett opened this issue over 1 year ago
github.com/clap-rs/clap - joshtriplett opened this issue over 1 year ago
test(complete): Unblock E2E dynamic completion tests
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
feat(completions): Dynamic fish completions
github.com/clap-rs/clap - ModProg opened this pull request over 1 year ago
github.com/clap-rs/clap - ModProg opened this pull request over 1 year ago
refactor(test): Move nushell tests to completest
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
chore(ci): Verify dynamic completion support
github.com/clap-rs/clap - ModProg opened this pull request over 1 year ago
github.com/clap-rs/clap - ModProg opened this pull request over 1 year ago
`ContextKind::Custom` has no functionality
github.com/clap-rs/clap - benluelo opened this issue over 1 year ago
github.com/clap-rs/clap - benluelo opened this issue over 1 year ago
chore(complete): Update completest
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Use flags as subcommands (like `tar`)
github.com/clap-rs/clap - nickeb96 opened this issue over 1 year ago
github.com/clap-rs/clap - nickeb96 opened this issue over 1 year ago
Conflicts seem to not be handled properly when using a group
github.com/clap-rs/clap - rgiot opened this issue over 1 year ago
github.com/clap-rs/clap - rgiot opened this issue over 1 year ago
`value_terminator` has no effect when it is the first argument
github.com/clap-rs/clap - mamekoro opened this issue over 1 year ago
github.com/clap-rs/clap - mamekoro opened this issue over 1 year ago
Make `last` take precedence over `allow_hyphen_values`
github.com/clap-rs/clap - mamekoro opened this issue over 1 year ago
github.com/clap-rs/clap - mamekoro opened this issue over 1 year ago
fix(parser): Value terminator has higher precedence than later multiple values
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
bump terminal_size to 0.2.6
github.com/clap-rs/clap - lukoktonos opened this pull request over 1 year ago
github.com/clap-rs/clap - lukoktonos opened this pull request over 1 year ago
chore(deps): Bump openssl from 0.10.52 to 0.10.55
github.com/clap-rs/clap - dependabot[bot] opened this pull request over 1 year ago
github.com/clap-rs/clap - dependabot[bot] opened this pull request over 1 year ago
chore(complete): Update completest
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
fix(parser): Don't suggest -- as often
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Provide better did-you-mean suggestions for swapped words
github.com/clap-rs/clap - not-my-profile opened this issue over 1 year ago
github.com/clap-rs/clap - not-my-profile opened this issue over 1 year ago
chore: replace dependency on `atty` crate by `is-terminal`
github.com/clap-rs/clap - martinvonz opened this pull request over 1 year ago
github.com/clap-rs/clap - martinvonz opened this pull request over 1 year ago
chore(deps): Update openssl to 0.10.55 for RUSTSEC-2023-0044 fix
github.com/clap-rs/clap - rhysd opened this pull request over 1 year ago
github.com/clap-rs/clap - rhysd opened this pull request over 1 year ago
test(complete): First end-to-end test
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
fix: Resolve conflicting name inference if from aliases
github.com/clap-rs/clap - SUPERCILEX opened this pull request over 1 year ago
github.com/clap-rs/clap - SUPERCILEX opened this pull request over 1 year ago
fix(help): Wrap long possible values correctly
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
wrap_help can fail to wrap at the correct point
github.com/clap-rs/clap - Xophmeister opened this issue over 1 year ago
github.com/clap-rs/clap - Xophmeister opened this issue over 1 year ago
infer_subcommands should not fail if the ambiguity is over aliases
github.com/clap-rs/clap - Xophmeister opened this issue over 1 year ago
github.com/clap-rs/clap - Xophmeister opened this issue over 1 year ago
Global arguments with a `requires` clause don't work under subcommands when specified through environment variables
github.com/clap-rs/clap - Xophmeister opened this issue over 1 year ago
github.com/clap-rs/clap - Xophmeister opened this issue over 1 year ago
`derive(Parser)` fails when using type alias
github.com/clap-rs/clap - mamekoro opened this issue over 1 year ago
github.com/clap-rs/clap - mamekoro opened this issue over 1 year ago
feat(complete)!: Allow alternative shells for dynamic completions
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
fix(assert): Allow stateful value parsers
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
fix(builder): Re-export anstyle for easy access
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
feat(help): Explicit control over short/long help
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
fix(help): Defaulting max_term_width instead of max_term_width
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Make `wrap_help` a default feature
github.com/clap-rs/clap - epage opened this issue over 1 year ago
github.com/clap-rs/clap - epage opened this issue over 1 year ago
Generated bash completion script not work in POSIX mode
github.com/clap-rs/clap - hehaoqian opened this issue over 1 year ago
github.com/clap-rs/clap - hehaoqian opened this issue over 1 year ago
fix(derive): Don't fail on variant field attributes
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Add `--generate-link-to-definition` option when building on docs.rs
github.com/clap-rs/clap - GuillaumeGomez opened this pull request over 1 year ago
github.com/clap-rs/clap - GuillaumeGomez opened this pull request over 1 year ago
derive(Subcommand) does not respect attributes on fields of enum variants
github.com/clap-rs/clap - SlayerOfTheBad opened this issue over 1 year ago
github.com/clap-rs/clap - SlayerOfTheBad opened this issue over 1 year ago
clap_lex produces invalid error message
github.com/clap-rs/clap - pacak opened this issue over 1 year ago
github.com/clap-rs/clap - pacak opened this issue over 1 year ago
mangen: verbatim_doc_comment has no effect
github.com/clap-rs/clap - WhyNotHugo opened this issue over 1 year ago
github.com/clap-rs/clap - WhyNotHugo opened this issue over 1 year ago
docs: Note user-values subject to value_delimiter
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Can't specify multiple vector elements using env vars
github.com/clap-rs/clap - johananl opened this issue over 1 year ago
github.com/clap-rs/clap - johananl opened this issue over 1 year ago
Improve did-you-mean suggestions by detecting swapped words
github.com/clap-rs/clap - not-my-profile opened this pull request over 1 year ago
github.com/clap-rs/clap - not-my-profile opened this pull request over 1 year ago
clap_complete panics if subcomand has bin_name defined
github.com/clap-rs/clap - cymruu opened this issue over 1 year ago
github.com/clap-rs/clap - cymruu opened this issue over 1 year ago
feat(derive): Better match serde in built-in type support
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Derive: specifying invalid struct field type fails with Epic error message
github.com/clap-rs/clap - LunarLambda opened this issue over 1 year ago
github.com/clap-rs/clap - LunarLambda opened this issue over 1 year ago
Not working on nightly - proc-macro2 needs update | renovate not working?
github.com/clap-rs/clap - udondan opened this issue over 1 year ago
github.com/clap-rs/clap - udondan opened this issue over 1 year ago
fix(complete): make short options case-sensitive in PowerShell
github.com/clap-rs/clap - RubixDev opened this pull request over 1 year ago
github.com/clap-rs/clap - RubixDev opened this pull request over 1 year ago
Now also returns the verbosity as a integer number
github.com/clap-rs/clap-verbosity-flag - john-sharratt opened this pull request over 1 year ago
github.com/clap-rs/clap-verbosity-flag - john-sharratt opened this pull request over 1 year ago
refactor(builder): Remove bitflags dependency
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Support parsing smart pointers
github.com/clap-rs/clap - KSXGitHub opened this issue over 1 year ago
github.com/clap-rs/clap - KSXGitHub opened this issue over 1 year ago
fix(parser): Allow help and version command
github.com/clap-rs/clap - sebastiantoh opened this pull request over 1 year ago
github.com/clap-rs/clap - sebastiantoh opened this pull request over 1 year ago
Keeping post parsing validation in clap
github.com/clap-rs/clap - Easyoakland opened this issue over 1 year ago
github.com/clap-rs/clap - Easyoakland opened this issue over 1 year ago
docs(tutorial): Smooth over tutorial problems, a little
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
docs(derive): Ensure magic attributes are searchable
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Documentation example for `TypedValueParser` uses non-public method call
github.com/clap-rs/clap - stmcginnis opened this issue over 1 year ago
github.com/clap-rs/clap - stmcginnis opened this issue over 1 year ago
Implement Subcommand when deriving Parser for a struct that has a Subcommand field
github.com/clap-rs/clap - Heliozoa opened this issue over 1 year ago
github.com/clap-rs/clap - Heliozoa opened this issue over 1 year ago
Improve colorchoice enum
github.com/clap-rs/clap - pksunkara opened this pull request over 1 year ago
github.com/clap-rs/clap - pksunkara opened this pull request over 1 year ago