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(complete): Don't provide help output for user
github.com/clap-rs/clap - f7a2e4623aa3707074f0719d7ab898cdb9cf6f18 authored 12 months ago by Ed Page <[email protected]>We shouldn't be injecting help when being flattened.
Unsure why this made tests fail inconsiste...
github.com/clap-rs/clap - 6fcba9821dd05aa9a8ebb1fa3f72a43b833f3b3f authored 12 months ago by Ed Page <[email protected]>chore: Update completest
github.com/clap-rs/clap - a04e4550b996964f33347d0b53ff23c826a045f2 authored 12 months ago by Ed Page <[email protected]>github.com/clap-rs/clap - 419f231dad207b6052a89bfe1a6a01908cb5db8e authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 6e862f5617eb41656dcf79bd9c87a09de80e1523 authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - ef98da27cb1ade0602eb885fcfabf8c27e5d3212 authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 5801ce1937c2186b5be146b621f030444ab98a67 authored 12 months ago by Ed Page <[email protected]>
fix(parser): Don't panic with conflicts and groups
github.com/clap-rs/clap - d1d88ae45b272b2b47b0cde3aa1df321fbb35f8a authored 12 months ago by Ed Page <[email protected]>
With #5298, I had overlooked that `matcher.arg_ids()` includes
`ArgGroup`s. I had assumed I cou...
Print the full command, instead of just the last subcommand in the man
page. ex for `git add` pr...
github.com/clap-rs/clap - cbc9c9dd44fc4be25c196213d508b9d2a9c282f3 authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 4718b89486c7c4236a18411b8449afc2d93f8e3d authored 12 months ago by Ed Page <[email protected]>
fix: Update anstream
github.com/clap-rs/clap - 38f805cea0cf50a0f26ed01e4fdf550ca8a555fa authored 12 months ago by Ed Page <[email protected]>github.com/clap-rs/clap - 2a3356a53543531726e851e97639810f3828a89b authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 12b5c39d467ea147c21f5eb3063fc0bc2538e9b7 authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 1c5b63390babdb4f3a8994436da4e7f9239b7d43 authored 12 months ago by Ed Page <[email protected]>
fix(parser): Improve `args_conflicts_with_subcommands` experience
github.com/clap-rs/clap - a5d46410e072b9821f76b21839849c4434a2f8da authored 12 months ago by Ed Page <[email protected]>Fixes #5297
github.com/clap-rs/clap - f529ec398c4262296d5e6eb063b1b52d875d7f03 authored 12 months ago by Ed Page <[email protected]>github.com/clap-rs/clap - a7e04a53e4a9e310663a0cdb5bfb0753d84b82bd authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - ea00ef3051fd5a993b766062a4e9defc777bf233 authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - e47d8a2a660c97b2f37369e503e781156527304f authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 69c0509198b3fdc1da54271979cb642903efc2c7 authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - e2b18f199f77d18b272732907c1fe991e20ec1c2 authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 06bff1c95503536953cb6ddb308f52d15b6afe57 authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 70da3a8608a3103ef68df7b079246141f2624842 authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 11fd6ca269b67956344389aede834bb8d60c72e1 authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 811acc45c1a0fb8212fbcf44cf369cd19f0b7a3c authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 514f28bc92ed683d53292cbe9457db3ec5df7b6f authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 1440456d3ddaa6d9624297d83de9bb9abe82f10b authored 12 months ago by Ed Page <[email protected]>
fix: Allow position-sensitive flags
github.com/clap-rs/clap - d6479ff7ddbcf524146428c92be23273b4f8bac5 authored 12 months ago by Ed Page <[email protected]>github.com/clap-rs/clap - 02f82146ad746ce9d1874e38ec7033150bb12622 authored 12 months ago by Ed Page <[email protected]>
chore(ci): Speed up critical path of CI
github.com/clap-rs/clap - c603f34574832b8894b44e0f67fd19dc7869e808 authored 12 months ago by Ed Page <[email protected]>
We've decided to try using some of our funding to speed up CI.
kbknapp has experience with build...
github.com/clap-rs/clap - 3eaf1af052bd5255cc2440dc1cc8f80831a3428b authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - d63106b9f698df0d2241662ab1459c823890dec4 authored 12 months ago by Ed Page <[email protected]>
The goal is to allow getting the position of repeated flags for #5287
github.com/clap-rs/clap - 148e102ac37bd0e5ca99cfe9c5d57ffc6243cf66 authored 12 months ago by Ed Page <[email protected]>github.com/clap-rs/clap - d53d881e339fec64e48990170b542fae4140eaaa authored 12 months ago by Ed Page <[email protected]>
Fix typo in comment
github.com/clap-rs/clap-verbosity-flag - 8fccb3e2659a93926caebb1bf20bcb5ccd08e444 authored 12 months ago by Ed Page <[email protected]>github.com/clap-rs/clap-verbosity-flag - 6eea92165b333e33b83bec27161b7a28e069f1a3 authored 12 months ago by Tilda <[email protected]>
github.com/clap-rs/clap - 2ab48b295c2463ce8c141a9868095b811ccf3b99 authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 7a06a8cd619db704c6d826bf752eae3b86ce23a8 authored 12 months ago by Ed Page <[email protected]>
github.com/clap-rs/clap - cca190efedf40f48147a3a4a777a9cc17728abdf authored 12 months ago by Ed Page <[email protected]>
Correct safety docs
github.com/clap-rs/clap - 5c31f453c1a9f46109db8e0a47ed212748c0556c authored about 1 year ago by Ed Page <[email protected]>github.com/clap-rs/clap - ddae7e6f411c4c87294212152b8d9beea16637e7 authored about 1 year ago by Manish Goregaokar <[email protected]>
github.com/clap-rs/clap - 48d28aa689bfd0fb44ec025244b30ba261e2515a authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 748ce18cc2ccc3f7c07fa8b7c5b6f90ed9242b72 authored about 1 year ago by Ed Page <[email protected]>
Skip nosort option below bash 4.4
github.com/clap-rs/clap - adbe6ec4cb6a617070c41927a389d0bea7b30936 authored about 1 year ago by Ed Page <[email protected]>chore(deps): update actions/setup-python action to v5
github.com/clap-rs/clap-verbosity-flag - 37317beac49572e01eaaa77ec78c168c29d0ee58 authored about 1 year ago by Ed Page <[email protected]>github.com/clap-rs/clap - 2b48858ba84c62e9af97bee4734d70530254cd8a authored about 1 year ago by Henry Hsieh <[email protected]>
chore(deps): update actions/setup-python action to v5
github.com/clap-rs/clap - 777b744102cde324dc75534ef043efc15a9f40be authored about 1 year ago by Ed Page <[email protected]>chore(deps): update github/codeql-action action to v3
github.com/clap-rs/clap-verbosity-flag - d88a6c225daa302c29be57991f110563c171fb3a authored about 1 year ago by Ed Page <[email protected]>github.com/clap-rs/clap-verbosity-flag - 42b36bb6b64c8fd68239a63f63d43781d13b6848 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/clap-rs/clap-verbosity-flag - b352af5df1c2741c82d32c82c9dd7fd68db91482 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/clap-rs/clap-verbosity-flag - 792b6ea7b277a928889d95e209e3a74efcaf4f3d authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/clap-rs/clap - 924b2524d00d7cc56ae24775b67c96e84e0cda58 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>github.com/clap-rs/clap - b8cc5087e9b06cecaee44ec6e6f503245b188b73 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/clap-rs/clap - 6d601e6f312857d78f47741268f1748840484d4a authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 048e7f0fbc4f8108894e4307af768c8d332a0576 authored about 1 year ago by Ed Page <[email protected]>
perf: avoid retrieving possible_values unless they're used
github.com/clap-rs/clap - 53f5b820988c1c03f0d2696fc144857ad461edc1 authored about 1 year ago by Ed Page <[email protected]>
In some sophisticated situations, these may be expensive to calculate.
One example might be a '-...
github.com/clap-rs/clap - 29208083b0598ba7d1b80e79821c0ba3eb2342ce authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 28763ebb6d8714f6ca588bf477729040e0e760b0 authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap - ace7bb5b4570b030f7c2d0fa91e0afaaac1b0030 authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 76beca4d4d42a817bbb578f23553c64ded2aea97 authored about 1 year ago by Ed Page <[email protected]>
docs: Include more content on docs.rs
github.com/clap-rs/clap - 3630e582d3ec59912b8e9369c38687695ddb1f43 authored about 1 year ago by Ed Page <[email protected]>github.com/clap-rs/clap - 3724b9e2e4c2a2e69337b6d809949b246d3fef39 authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap-verbosity-flag - 2dded17f69f1bb6ca28f8c8a50199029cf6a2493 authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap-verbosity-flag - ab82fa9f9e02d31962c0db88602f5767d24d226c authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap-verbosity-flag - 10db80553f9604995cc7bd7117011f82cfcdf534 authored about 1 year ago by Ed Page <[email protected]>
fix: Adjust default help
github.com/clap-rs/clap-verbosity-flag - 8b716f31703adfa83e71111f7b6fef20a600362e authored about 1 year ago by Ed Page <[email protected]>This is part of #77
github.com/clap-rs/clap-verbosity-flag - 45c4a59448dcec4017f8b94746c06cbe27aac287 authored about 1 year ago by Ed Page <[email protected]>github.com/clap-rs/clap-verbosity-flag - d41554871a75cfc34846aa60be6966dc916e1387 authored about 1 year ago by Ed Page <[email protected]>
docs: Clarify role of each API item
github.com/clap-rs/clap-verbosity-flag - 012f616463730447abd817ea2eb7dbd4a90c3782 authored about 1 year ago by Ed Page <[email protected]>Inspired by #77
github.com/clap-rs/clap-verbosity-flag - a06396f0482bb9ffc0f2ff094a7bc57d8e5553a2 authored about 1 year ago by Ed Page <[email protected]>github.com/clap-rs/clap - d092896d61fd73a5467db85eac035a9ce2ddbc60 authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap - c76a713f8bd40a54a58e8c1d2300a6792f1b79d5 authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap - b99d17bb0b78b667659982252e8973174e93ae7d authored about 1 year ago by Ed Page <[email protected]>
feat: Add Command::mut_group
github.com/clap-rs/clap - b47f8da4d857dd653915ce772757d4b996a36477 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
github.com/clap-rs/clap - 2e7c9d11a84b5008e2b42b4df323557a31bb0337 authored about 1 year ago by Ed Page <[email protected]>Fixes #5038
github.com/clap-rs/clap - 37917be0b75d5cd667cd37db6ea5c6bac837c674 authored about 1 year ago by Ed Page <[email protected]>github.com/clap-rs/clap-verbosity-flag - c5c21e591acf7bcd88a9db1d2bcece20524a8d97 authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap - cf7a0272cc1d55d139983d4408e8bedab51338ad authored about 1 year ago by Ed Page <[email protected]>
chore(config): migrate renovate config
github.com/clap-rs/clap-verbosity-flag - 8c836eaa9d9279df467991a3b8463d748b515a0a authored about 1 year ago by Ed Page <[email protected]>chore(config): migrate renovate config
github.com/clap-rs/clap - 8c836eaa9d9279df467991a3b8463d748b515a0a authored about 1 year ago by Ed Page <[email protected]>github.com/clap-rs/clap-verbosity-flag - 598c6244983fb392457f3fbec9badf25fab6d051 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/clap-rs/clap - 598c6244983fb392457f3fbec9badf25fab6d051 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/clap-rs/clap-verbosity-flag - e38ccb36522dc0d7f9db13ad086e59abd3a4174c authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/clap-rs/clap - c0a1814d3c1d93c18faaedc95fd251846e47f4fe authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap - c83e681e20b05f7e128088f47f8fcfc44e8ea166 authored about 1 year ago by Ed Page <[email protected]>
docs: Link out to the changelog at the relevant tag
github.com/clap-rs/clap - 91bcac4ca9d442786f554abeb7b1ed6d7a464a42 authored about 1 year ago by Ed Page <[email protected]>This was inspired by #4254
github.com/clap-rs/clap - 030d87505d150345ddd425c1df21c034d2ae7748 authored about 1 year ago by Ed Page <[email protected]>docs(derive): Link to tutorial sections for attributes
github.com/clap-rs/clap - b661a9de04aebd1adaaafdbf7e470f07a8d8a36d authored about 1 year ago by Ed Page <[email protected]>This is part of #5199
github.com/clap-rs/clap - a08587b00e347492165ded1415bad6ab339e9f0b authored about 1 year ago by Ed Page <[email protected]>github.com/clap-rs/clap - 21b671f689bc0b8d790dc8c42902c22822bf6f82 authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap - 93ba76dbaaf9136313a4fe2978693cc39fa467dd authored about 1 year ago by Ed Page <[email protected]>
fix(help): Hide subcommands in flattened usage
github.com/clap-rs/clap - c1c55b30d853446e2cab78664c0d22c1b77d4dfd authored about 1 year ago by Ed Page <[email protected]>github.com/clap-rs/clap - b13f6d98622b80ba30e63c2c6e65d218cc8a4de3 authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap - a9322cabf38c4cb68bfdcf6226b15b5c08d517b4 authored about 1 year ago by Ed Page <[email protected]>
github.com/clap-rs/clap - b6561983a0a34d581f3587f1a42cbb4b06192233 authored about 1 year ago by Ed Page <[email protected]>
fix(help): Use right about when flattening
github.com/clap-rs/clap - 5c8f8d5f655777b1d306b01c590a5fac4b686bf3 authored about 1 year ago by Ed Page <[email protected]>