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

fix(help): Use right `about` when flattening

Fixes #5226

github.com/clap-rs/clap - 22130e30577ba29a97f21a88a178982ef24c4cd0 authored about 1 year ago by Ed Page <[email protected]>
test(help): Better show about bug

github.com/clap-rs/clap - e9194b55e2e6febdfd1d1b3ed8a27ada974f5466 authored about 1 year ago by Ed Page <[email protected]>
Merge pull request #5216 from kellytk/correct-wording

Update command.rs

github.com/clap-rs/clap - 5c81df6855dbb12d1f1e28c7894aab6cc892abf3 authored about 1 year ago by Ed Page <[email protected]>
Update command.rs

Correct wording.

github.com/clap-rs/clap - 7568d5fa67154dc20edca8f6cb9c1296613313f5 authored about 1 year ago by Kelly Thomas Kline <[email protected]>
chore: Release

github.com/clap-rs/clap - 3aeea916e8e426e8389357a67d9b8f9a1fceba3e authored about 1 year ago by Ed Page <[email protected]>
docs: Update changelog

github.com/clap-rs/clap - 1add9a7ae4fab6088d2047ef4b7f9b6e6c478f13 authored about 1 year ago by Ed Page <[email protected]>
Merge pull request #5206 from epage/flatten

feat(help): Opt-in to flatten subcommands into parent command help

github.com/clap-rs/clap - 6b2a2ccb444a128c318052f76522c1682a6a4412 authored about 1 year ago by Ed Page <[email protected]>
fix(help): Recurse help flattening

github.com/clap-rs/clap - 9c0f7a7253e914fea33078f28351c5447ee8ef15 authored about 1 year ago by Ed Page <[email protected]>
refactor(help): Pull out flat subcommands

github.com/clap-rs/clap - 4bef91ca3c7526ec0723f736b9899e614741d14b authored about 1 year ago by Ed Page <[email protected]>
fix(help): Be consistent in long/short help

github.com/clap-rs/clap - 9e5f93d43fa5aa60a0523fca342a694adca990dc authored about 1 year ago by Ed Page <[email protected]>
fix(help): Gloss over globals with flatten

When using globals, people tend to make all of the top-level arguments
global and cascading them...

github.com/clap-rs/clap - c9a7ef06e15ac806f23e0baf671fa68fbe73cedb authored about 1 year ago by Ed Page <[email protected]>
feat(help): Allow flattening help

github.com/clap-rs/clap - 66d2bcbdd4067e83eff6241fad9c6e55e771d024 authored about 1 year ago by Ed Page <[email protected]>
Merge pull request #5205 from epage/flatten-refactor

refavtor: Prepare for help flattening

github.com/clap-rs/clap - 3383242b475c7e8f5e775ecfabdaf7ec5b70a686 authored about 1 year ago by Ed Page <[email protected]>
feat(help): Allow flattening usage

github.com/clap-rs/clap - caf5cdcfa04d92bdea0dcd924296990425212b91 authored about 1 year ago by Ed Page <[email protected]>
feat(help): Allow controlling flattening

github.com/clap-rs/clap - a1fd922bdacad5d0e01cae1965fc1c91d72f23db authored about 1 year ago by Ed Page <[email protected]>
refactor: Pull out usage name fallback

github.com/clap-rs/clap - 2142b136b879c37f54658e9f5a9bd0f929d4925e authored about 1 year ago by Ed Page <[email protected]>
refactor: Pull out bin name fallback

github.com/clap-rs/clap - 4b60cefbf1cea6e8161226dd5fa8bc22fea72e93 authored about 1 year ago by Ed Page <[email protected]>
Merge pull request #5204 from epage/usage-refactor

refactor(help): Clean up the usage code

github.com/clap-rs/clap - a920a7fe8db714ccd754e1dd0beaa294c83ff8c3 authored about 1 year ago by Ed Page <[email protected]>
refactor(help): Bypass outer usage layer

github.com/clap-rs/clap - d9685bcc71df19af85d870faf89a6ac0353d5a8b authored about 1 year ago by Ed Page <[email protected]>
refactor(help): Pull out subcommand usage logic

github.com/clap-rs/clap - c1c2e95ab685722c05f220575d2e90d50e5e9bcb authored about 1 year ago by Ed Page <[email protected]>
refactor(help): Consolidate arg line usage generation

github.com/clap-rs/clap - 25e3a87d3c9bf5d55c9904e160e9390a5ff1524f authored about 1 year ago by Ed Page <[email protected]>
refactor: Pull out arg usage line

github.com/clap-rs/clap - 83981a7f7bef20abe43e601614b4bd32882f9d9a authored about 1 year ago by Ed Page <[email protected]>
refactor(help): Pull out bin name logic

github.com/clap-rs/clap - 0c668c39151cb9919ae0087d54bd8571019a16ed authored about 1 year ago by Ed Page <[email protected]>
refactor(help): Clarify usage condition

github.com/clap-rs/clap - 7472aba6ce83fccbdbb816d2ca83e922929a7f07 authored about 1 year ago by Ed Page <[email protected]>
refactor(help): More directly write args

github.com/clap-rs/clap - 676e934a6178877d59655ee3f57e9c8a3ea0d75e authored about 1 year ago by Ed Page <[email protected]>
refactor(help): Make usage argument order consistent

github.com/clap-rs/clap - acdd2c33f04034468a004a942aa1045108b897e9 authored about 1 year ago by Ed Page <[email protected]>
refactor(help): Pull out top-level usage logic

github.com/clap-rs/clap - da98eb1a05dbefd4fbf3012a24ad9935162b5658 authored about 1 year ago by Ed Page <[email protected]>
refactor(help): Only trim the end on usage

github.com/clap-rs/clap - f50800f7638996dfb92cf03b798a3993e5c82860 authored about 1 year ago by Ed Page <[email protected]>
refactor(help): Switch usage creation to writing

github.com/clap-rs/clap - f04f04111b68c2ff7bbd13784440b80417451ee1 authored about 1 year ago by Ed Page <[email protected]>
refactor(help): Pull out usage separator

github.com/clap-rs/clap - 6f7174cc7c11239eb472ec2b9c4166f2e10de9df authored about 1 year ago by Ed Page <[email protected]>
Merge pull request #5200 from epage/group

docs(ref): Be clear about implicit ArgGroup behavior

github.com/clap-rs/clap - b055d3d4c01d9fbd448730cd735be428488bc08e authored about 1 year ago by Ed Page <[email protected]>
docs(ref): Be clear about implicit ArgGroup behavior

github.com/clap-rs/clap - dbd013eab1e5ea8842afbaabcbd4873c174a1c5d authored about 1 year ago by Ed Page <[email protected]>
style(docs): Resolve warnings

github.com/clap-rs/clap - 28425e484fa858f15bbe957027bb2442d46696e3 authored about 1 year ago by Ed Page <[email protected]>
proc-macro2 bump to 1.0.69 to fix unknown feature proc_macro_span_shrink

https://github.com/dtolnay/proc-macro2/issues/398

github.com/clap-rs/clap - 8fa681608bdb25bad2f5d408fca57104d81430c2 authored about 1 year ago by C19 <[email protected]>
Merge pull request #74 from clap-rs/renovate/tracing-log-0.x

chore(deps): update rust crate tracing-log to 0.2

github.com/clap-rs/clap-verbosity-flag - 5666b4860952b07bc3ec7dbd5e726bb317735099 authored about 1 year ago by Ed Page <[email protected]>
chore(deps): update compatible (dev) (#5192)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/clap-rs/clap - 14fd853fb9c5b94e371170bbd0ca2bf28ef3abff authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update rust crate tracing-log to 0.2

github.com/clap-rs/clap-verbosity-flag - cf74cb3fb20be5cd69de20eae2b070e97fbb9fcf authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(ci): Update pre-commit hooks

github.com/clap-rs/clap-verbosity-flag - 5ebe30b9722ac700d414043ff099bad7f3978582 authored about 1 year ago by Ed Page <[email protected]>
chore(ci): Update pre-commit hooks

github.com/clap-rs/clap - 5ebe30b9722ac700d414043ff099bad7f3978582 authored about 1 year ago by Ed Page <[email protected]>
chore: Release

github.com/clap-rs/clap - 9bfa5a338c6532419e2477e89708395fbb02ca06 authored about 1 year ago by Ed Page <[email protected]>
chore: Release

github.com/clap-rs/clap - 38b5a2f956f889baa0a8b2ec975566b0ae27fcb1 authored about 1 year ago by Ed Page <[email protected]>
docs: Update changelog

github.com/clap-rs/clap - e485448b89bfd4691800c15cd2ac70d101d41ffb authored about 1 year ago by Ed Page <[email protected]>
Merge pull request #5181 from alexcrichton/smaller-is-number

Reduce code size of testing tokens if they're a number

github.com/clap-rs/clap - f801a03c1b9843f671eddec31fc0cf22c26a92a8 authored about 1 year ago by Ed Page <[email protected]>
refactor: Reduce code size of testing tokens if they're a number

This commit is a tiny win in compiled code size of a final binary
including `clap` which shaves ...

github.com/clap-rs/clap - 9a9aabc178b3d28d534b867e171bd0ef6ab0f148 authored about 1 year ago by Alex Crichton <[email protected]>
chore: Release clap-verbosity-flag version 2.1.0

github.com/clap-rs/clap-verbosity-flag - 56b95b9528626a8cef536732fbd05c678865998c authored about 1 year ago by Ed Page <[email protected]>
docs: Update changelog

github.com/clap-rs/clap-verbosity-flag - bd2e0e73a7ab6a7593fcb8b8fc0903dc47710df8 authored about 1 year ago by Ed Page <[email protected]>
Merge pull request #73 from HadrienG2/implement-default

Make Verbosity implement Default

github.com/clap-rs/clap-verbosity-flag - 8a4a08c6638b16715d2739fcc08d81ecc7ab650a authored about 1 year ago by Ed Page <[email protected]>
Make Verbosity implement Default

This would greatly simplify the unit tests of a new feature that I'm adding to
cargo-semver-checks.

github.com/clap-rs/clap-verbosity-flag - 9a10920843c2b52cb72708ccd75d1d75ffb970a6 authored about 1 year ago by Hadrien G <[email protected]>
Merge pull request #5176 from epage/dep

chore: Bump completest

github.com/clap-rs/clap - 1b84314fb4144d5184a5b255e4c122000f2c0d20 authored about 1 year ago by Ed Page <[email protected]>
chore: Bump completest

github.com/clap-rs/clap - dcced5ae6a9ba1ee7b2495f9eaca3c87d3977bec authored about 1 year ago by Ed Page <[email protected]>
Merge pull request #5174 from kpreid/patch-1

docs: Fix doc link to `Arg::trailing_var_arg`.

github.com/clap-rs/clap - f4319bcbf2416137097688d9f3765065f0e966ea authored about 1 year ago by Ed Page <[email protected]>
docs: Fix doc link to `Arg::trailing_var_arg`

github.com/clap-rs/clap - 71c1e59334f86c58f896198618fe2deb35a86a11 authored about 1 year ago by Kevin Reid <[email protected]>
Merge pull request #5172 from epage/style

style: Make clippy happy

github.com/clap-rs/clap - deebc1f91d109fe9a75073927742a913d53efb38 authored about 1 year ago by Ed Page <[email protected]>
style: Make clippy happy

github.com/clap-rs/clap - dfebb54423048d606d91616f4317bc6fc587be13 authored about 1 year ago by Ed Page <[email protected]>
Merge pull request #5169 from joshtriplett/minimal-dev-deps

Remove unused dev-dependencies

github.com/clap-rs/clap - 5ab2bab62f045426aa796bc8fe1cb7b77cb53c87 authored about 1 year ago by Ed Page <[email protected]>
fix: Remove unused dev-dependencies

These dependencies are used elsewhere in clap, but not in these crates.
`cargo test` and `cargo ...

github.com/clap-rs/clap - 416b1a8da769a3da5fd180dc895c12556f165abf authored about 1 year ago by Josh Triplett <[email protected]>
Merge pull request #71 from clap-rs/renovate/rust-1.x

chore(deps): update msrv to v1.70

github.com/clap-rs/clap-verbosity-flag - c4bfe46c442ae19c0d999ad57d4e3a47375fec6b authored about 1 year ago by Ed Page <[email protected]>
chore: Be consistent in MSRV precision

github.com/clap-rs/clap - 1806e28c67a73ff61ff554ef84742e7de40886e9 authored about 1 year ago by Ed Page <[email protected]>
chore(deps): update msrv to v1.70

github.com/clap-rs/clap-verbosity-flag - c56181584f9859323f1e3fde8a4e23bfe806ff01 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: Update from '_rust/main'

github.com/clap-rs/clap-verbosity-flag - 53b4a6e5ff6a3da3985fe5d1ca51fe14bf376799 authored about 1 year ago by Ed Page <[email protected]>
chore: Update from '_rust/main'

github.com/clap-rs/clap - bac82ef6dee3030aecefdf2b831971a0136cf2e9 authored about 1 year ago by Ed Page <[email protected]>
chore(ci): Ensure MSRV is quoted

Switching from specifying patch to not, with a minor version with a
trailing zero, is causing YA...

github.com/clap-rs/clap-verbosity-flag - 5e3b324b5e6488667be2f00a424781030e37a277 authored about 1 year ago by Ed Page <[email protected]>
chore(ci): Ensure MSRV is quoted

Switching from specifying patch to not, with a minor version with a
trailing zero, is causing YA...

github.com/clap-rs/clap - 5e3b324b5e6488667be2f00a424781030e37a277 authored about 1 year ago by Ed Page <[email protected]>
Merge pull request #5160 from epage/docs

docs: Provide custom version/help flag examples

github.com/clap-rs/clap - 29f22c193c484031f1444cca4b0ed41315db82a1 authored about 1 year ago by Ed Page <[email protected]>
docs: Provide custom help flag example

github.com/clap-rs/clap - da7ebca04e327c02c9fe2066ee0fba070386469e authored about 1 year ago by Ed Page <[email protected]>
docs: Provide custom version flag example

github.com/clap-rs/clap - e74864f88a94e657dcb005366d2b7ddca767a9b8 authored about 1 year ago by Ed Page <[email protected]>
Merge pull request #7 from peter-kehl/readme_pass_markdown_lint

README.md list indentation and no bare URLs, as per Markdown Lint VS Code extension

github.com/clap-rs/clap-verbosity-flag - 74beef55a9eb48d72afcdb38fee39b437122cc42 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #7 from peter-kehl/readme_pass_markdown_lint

README.md list indentation and no bare URLs, as per Markdown Lint VS Code extension

github.com/clap-rs/clap - 74beef55a9eb48d72afcdb38fee39b437122cc42 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #6 from peter-kehl/readme_use_crates_io_link_placeholder

README.md 'Crates Status' icon link

github.com/clap-rs/clap-verbosity-flag - 84999391d03ee0b7bb08350a76d5608c7d3b4a81 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #6 from peter-kehl/readme_use_crates_io_link_placeholder

README.md 'Crates Status' icon link

github.com/clap-rs/clap - 84999391d03ee0b7bb08350a76d5608c7d3b4a81 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #70 from clap-rs/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4

github.com/clap-rs/clap-verbosity-flag - 4e672e38dffdb6e55eb38858be2e498c3497bc70 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #5152 from clap-rs/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4

github.com/clap-rs/clap - af2c13013829a2d774d7c5c506c5ff707777d6ae authored over 1 year ago by Ed Page <[email protected]>
chore(deps): update actions/checkout action to v4

github.com/clap-rs/clap-verbosity-flag - 74dd5b59954b79b9f195f8d48031f9e8a6721858 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update compatible (dev) (#5151)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/clap-rs/clap - 4054a0c1a5349c155fe57a542d6ec729c3ad6c90 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Merge pull request #8 from epage/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4

github.com/clap-rs/clap-verbosity-flag - f97fa9416812d5c282172261080798538fede2cc authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #8 from epage/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4

github.com/clap-rs/clap - f97fa9416812d5c282172261080798538fede2cc authored over 1 year ago by Ed Page <[email protected]>
chore(deps): update actions/checkout action to v4

github.com/clap-rs/clap - 061432acabb65a31d0d0891763b21da87cd16751 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update actions/checkout action to v4

github.com/clap-rs/clap-verbosity-flag - 6d3f888975aedf79e10336c8090d6aab20751b10 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update actions/checkout action to v4

github.com/clap-rs/clap - 6d3f888975aedf79e10336c8090d6aab20751b10 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
README.md list indentation and no bare URLs, as per Markdown Lint VS Code extension.

github.com/clap-rs/clap-verbosity-flag - cad9b4717162cc4dbd4253227fc9c5705a302758 authored over 1 year ago by Peter Kehl <[email protected]>
README.md list indentation and no bare URLs, as per Markdown Lint VS Code extension.

github.com/clap-rs/clap - cad9b4717162cc4dbd4253227fc9c5705a302758 authored over 1 year ago by Peter Kehl <[email protected]>
README.md 'Crates Status' icon link now uses the Markdown placeholder/substitution name 'Crates.io'

github.com/clap-rs/clap-verbosity-flag - 305798083f34bb57951fb6351aa6b897790907eb authored over 1 year ago by Peter Kehl <[email protected]>
README.md 'Crates Status' icon link now uses the Markdown placeholder/substitution name 'Crates.io'

github.com/clap-rs/clap - 305798083f34bb57951fb6351aa6b897790907eb authored over 1 year ago by Peter Kehl <[email protected]>
chore: Release

github.com/clap-rs/clap - 39f5e807af1c08acedbf7343ce9ec379a4308636 authored over 1 year ago by Ed Page <[email protected]>
docs: Update changelog

github.com/clap-rs/clap - a5cb6bb988bbacb02e8cf98b6156c860d0801e08 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #5146 from epage/update

chore: Upgrade anstream

github.com/clap-rs/clap - 418c0017a654e9859adfa9b051815f20e4583e31 authored over 1 year ago by Ed Page <[email protected]>
chore: Upgrade anstream

github.com/clap-rs/clap - 485b957c4b90aa010276f813dbd429e1071f8fd9 authored over 1 year ago by Ed Page <[email protected]>
chore: Update from '_rust/main'

github.com/clap-rs/clap-verbosity-flag - 7e8de494b5a88c6d892fd6eefe926b63c18bf4ab authored over 1 year ago by Ed Page <[email protected]>
chore: Update from '_rust/main'

github.com/clap-rs/clap - a1af8d9ad8f81eb2d71203b50c370a78ce3ec9f3 authored over 1 year ago by Ed Page <[email protected]>
chore(ci): Normalize json5 syntax

github.com/clap-rs/clap-verbosity-flag - ac51f0925003597dec21529538597dbd7872d1ac authored over 1 year ago by Ed Page <[email protected]>
chore(ci): Normalize json5 syntax

github.com/clap-rs/clap - ac51f0925003597dec21529538597dbd7872d1ac authored over 1 year ago by Ed Page <[email protected]>
chore(ci): Updaet Renovate schema

github.com/clap-rs/clap-verbosity-flag - 86c29dea384c7392a2b682fa0150f52c0f4c7f00 authored over 1 year ago by Ed Page <[email protected]>
chore(ci): Updaet Renovate schema

github.com/clap-rs/clap - 86c29dea384c7392a2b682fa0150f52c0f4c7f00 authored over 1 year ago by Ed Page <[email protected]>
chore: Release

github.com/clap-rs/clap - 204552890d316ec9ae0b21f85298ba1d5d0786f8 authored over 1 year ago by Ed Page <[email protected]>
docs: Update changelog

github.com/clap-rs/clap - 55d223001682bc668f5e4db91afd5e76c2a36597 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #5140 from epage/dyn

fix(complete): Include positionals in subcommands

github.com/clap-rs/clap - 492ee03b325ff98c7702295e024576b52b71358d authored over 1 year ago by Ed Page <[email protected]>
fix(complete): Include positionals in subcommands

Fixes #5139

github.com/clap-rs/clap - 017c258be1c82a3bcfa6bdbf30027d1f6f2a65b5 authored over 1 year ago by Ed Page <[email protected]>
test(complete): Verify dynamic subcommand positional completion

github.com/clap-rs/clap - 82c93ce024585ddacd99c9c273ded240bfa80f93 authored over 1 year ago by Ed Page <[email protected]>
chore: Release

github.com/clap-rs/clap - c298f6a52c0095df95a664807cff1f51e6a5b0f9 authored over 1 year ago by Ed Page <[email protected]>
docs: Update changelog

github.com/clap-rs/clap - 463d6c52af9a4d0acddea669bedc0f4ea6ae2258 authored over 1 year ago by Ed Page <[email protected]>