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

Provide CLI arguments in config file

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
Allow to mark arguments as to be ignored by suggestions.

github.com/clap-rs/clap - Carreau opened this pull request over 1 year ago
chore: Update dependencies

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Remove `unstable-styles`

github.com/clap-rs/clap - epage opened this issue over 1 year ago
feat(help): Stabilize styling support

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
Update documentation for `arg` attribute

github.com/clap-rs/clap - MiniaczQ 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
Complete _derive docs? - Example doesn't build

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
custom {all-args} help output - first line wrong indent

github.com/clap-rs/clap - onlythisnamewasfree opened this issue over 1 year ago
`UnknownArgumentValueParser` eagerly errors out

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
TEST

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
feat(builder): Allow injecting known unknowns

github.com/clap-rs/clap - epage opened this pull request over 1 year ago
[clap_complete] Not working on zsh

github.com/clap-rs/clap - liby opened this issue over 1 year ago
Export error constructors

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
chore(deps): update msrv to v1.75

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
chore(deps): update compatible (dev)

github.com/clap-rs/clap - renovate[bot] opened this pull request over 1 year ago
dynamic completions filter options

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
doc test parsing/displaying

github.com/clap-rs/clap - djugei 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
test(complete): Unblock E2E dynamic completion tests

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
refactor(test): Move nushell tests to completest

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

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
`ContextKind::Custom` has no functionality

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
Use flags as subcommands (like `tar`)

github.com/clap-rs/clap - nickeb96 opened this issue over 1 year ago
Add `mut_group` to `Command`

github.com/clap-rs/clap - rgiot opened this issue 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
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
chore(complete): Update completest

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
Update demo.rs

github.com/clap-rs/clap - JiveyGuy opened this pull request over 1 year ago
Example Not Working

github.com/clap-rs/clap - JiveyGuy opened this issue 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
chore: replace dependency on `atty` crate by `is-terminal`

github.com/clap-rs/clap - martinvonz 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
fix: Resolve conflicting name inference if from aliases

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
wrap_help can fail to wrap at the correct point

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
fix(assert): Allow stateful value parsers

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
feat(help): Explicit control over short/long help

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
fix(derive): Don't fail on variant field attributes

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
clap_lex produces invalid error message

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
docs: Note user-values subject to value_delimiter

github.com/clap-rs/clap - epage opened this pull request 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
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
refactor(builder): Remove bitflags dependency

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

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
fix(parser): Allow help and version command

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
docs(tutorial): Smooth over tutorial problems, a little

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
Improve colorchoice enum

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