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

chore: Release

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

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

feat(help): Explicit control over short/long help

github.com/clap-rs/clap - 5c1effa282009552956860f5564c0725419bc377 authored over 1 year ago by Ed Page <[email protected]>
fix(help): Skip `[OPTIONS]` if help/version action

Our code for detecting when to skip this in the usage was never updated
for actions.

github.com/clap-rs/clap - 36afe99bfae3c845bad8f2177e101a68731071b2 authored over 1 year ago by Ed Page <[email protected]>
feat(help): Explicit control over short/long help

Fixes #4687

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

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

fix(help): Defaulting max_term_width instead of max_term_width

github.com/clap-rs/clap - 8db992c112d5c6d1a8deb767b86fc80ab2fe6dd4 authored over 1 year ago by Ed Page <[email protected]>
fix(help): Defaulting max_term_width instead of max_term_width

Fixes #4295

github.com/clap-rs/clap - bc000aa4b0f6869a9a4a0a9b6f5bbf636d3559bd authored over 1 year ago by Ed Page <[email protected]>
docs(builder): Correct max_term_width docs

github.com/clap-rs/clap - d741e9519c7aa49c9a16a4e3c1ca11c0d55bb51d authored over 1 year ago by Ed Page <[email protected]>
refactor(help): Break term width calculation out

github.com/clap-rs/clap - f8d86dc16545114ee222715d11318dfeaee9c6fa authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #5008 from GuillaumeGomez/generate-links-to-def

Add `--generate-link-to-definition` option when building on docs.rs

github.com/clap-rs/clap - 33feb659154038d442b679d82fa916e296685816 authored over 1 year ago by Ed Page <[email protected]>
Add `--generate-link-to-definition` option when building on docs.rs

github.com/clap-rs/clap - 3b5745dad417bb4b444fb29de3005d701b75d381 authored over 1 year ago by Guillaume Gomez <[email protected]>
chore: Release

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

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

fix(derive): Don't fail on variant field attributes

github.com/clap-rs/clap - ee5197b39ab75a546e040331edcc70c395e3dab7 authored over 1 year ago by Ed Page <[email protected]>
fix(derive): Don't fail on variant field attributes

Well, thats annoying how easy it is to get this wrong but tests can only
help with regressions; ...

github.com/clap-rs/clap - 3025ff859f58964214ad27a236b528b612bbd8af authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #5000 from epage/docs

docs: Note user-values subject to value_delimiter

github.com/clap-rs/clap - 9af3a947189d4c62e4ebb1f1d46f3c290b16512c authored over 1 year ago by Ed Page <[email protected]>
docs: Note user-values subject to value_delimiter

Inspired by #4999

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

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

github.com/clap-rs/clap - 8d7ce55f79b4eeb986353bc81d3bf0aac043c9aa authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4992 from RubixDev/master

fix(complete): make short options case-sensitive in PowerShell

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

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

github.com/clap-rs/clap - 7d52a0a0d29c540c47d82f0f6eb4c5b2dc2db56b authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4995 from epage/parse

feat(derive): Better match serde in built-in type support

github.com/clap-rs/clap - 890af8af1bb51b1571fe5b39520936ca94df14f1 authored over 1 year ago by Ed Page <[email protected]>
style(builder): Be consistent in order

github.com/clap-rs/clap - 99bcdfc6c7262d01bbe4c9275acc46c339040fce authored over 1 year ago by Ed Page <[email protected]>
feat(derive): Accept Boxed Str/OsStr/Path

github.com/clap-rs/clap - a50e32c1357b9a73da6c7b2d4506dd4be8f3420f authored over 1 year ago by Ed Page <[email protected]>
feat(derive): Accept num::Wrapping wrapped types

github.com/clap-rs/clap - 916c8d93e1c9e54ee80178fa600c2d756635268e authored over 1 year ago by Ed Page <[email protected]>
feat(derive): Accept Box/Arc wrapped types

github.com/clap-rs/clap - f043f575599555e3dae769b3fc9fdac440114628 authored over 1 year ago by Ed Page <[email protected]>
fix(complete): PS short options not case-sensitive

fixes #2145

github.com/clap-rs/clap - 7b5bc6640c21348373c8eece6bfdab869482a7b9 authored over 1 year ago by RubixDev <[email protected]>
chore: Release

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

github.com/clap-rs/clap - 8f7a1d1aac6a638c5cf6562887111bd594a4bf0b authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4991 from epage/bit

refactor(builder): Remove bitflags dependency

github.com/clap-rs/clap - 1938cb221959564b05ccaaa7b772bfed77a5b127 authored over 1 year ago by Ed Page <[email protected]>
refactor(builder): Remove bitflags dependency

This saved 1.3 KiB

When color support is enabled, this likely won't save on build times
*until*...

github.com/clap-rs/clap - 27431a43a1713abab32afb6d85486d547eaf65fd authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4990 from epage/bit

chore: Update bitflags

github.com/clap-rs/clap - 3f09458094d1b398e02f79fd1a184bfce032c14b authored over 1 year ago by Ed Page <[email protected]>
chore: Update bitflags

Fixes #4861

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

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

github.com/clap-rs/clap - 94015b1a696221bc53605e11a0ce9506988eb4c1 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4988 from sebastiantoh/ignore-errors

fix(parser): Allow help and version command

github.com/clap-rs/clap - d83cc6d3e771687f53b4766c15ad9f572c0b9d83 authored over 1 year ago by Ed Page <[email protected]>
fix(ignore_errors): Allow help and version command

github.com/clap-rs/clap - 8103e9760a9e6267490b5c09439416ef575d5991 authored over 1 year ago by Sebastian Toh <[email protected]>
test(ignore_errors): Add help & version cmd tests

github.com/clap-rs/clap - d451e0a60cfed489999fbccd9334a4a680dc3583 authored over 1 year ago by Sebastian Toh <[email protected]>
chore: Release

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

github.com/clap-rs/clap - 0f614dec400bb0991df4eeff0b8fbe90ebe50d40 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4971 from SUPERCILEX/long-arg-inference

fix: Broken long arg inference on conflicts

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

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

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

docs(tutorial): Smooth over tutorial problems, a little

github.com/clap-rs/clap - f5d64d746e96ebe7911ceb4f313eccba5cfaac47 authored over 1 year ago by Ed Page <[email protected]>
docs(tutorial): Link out to other docs more

This is another step for trying to improve the understanding that the
derive and builder APIs ar...

github.com/clap-rs/clap - 975eb0c6864bc65e3dad8f1ada5be2c1db53c25b authored over 1 year ago by Ed Page <[email protected]>
docs(tutorial): Provide next steps

This is particularly to help call attention to builder methods as
attributes (#4090).

github.com/clap-rs/clap - 7370c63caf217f7bb42f08a5f6441f9bd6a3d9f1 authored over 1 year ago by Ed Page <[email protected]>
docs(derive): Draw more attention to derive feature

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

docs(derive): Ensure magic attributes are searchable

github.com/clap-rs/clap - a0e6bdc50be61d2f36de0d1a53a61032caf9c4b7 authored over 1 year ago by Ed Page <[email protected]>
docs(derive): Ensure magic attributes are searchable

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

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

github.com/clap-rs/clap - 8618841eeca44320065582f6bbcb2a83b1300bd8 authored over 1 year ago by Ed Page <[email protected]>
docs: Link out to clio

Related to #4074

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

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

github.com/clap-rs/clap - acde4387bb8c472922bba92520abe539deb211cf authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4978 from clap-rs/colorchoice-values

Improve colorchoice enum

github.com/clap-rs/clap - 4aff61dd01565bdb96cdb6e81384a6ecd5421e75 authored over 1 year ago by Ed Page <[email protected]>
Improve colorchoice enum

github.com/clap-rs/clap - cfd1d22e26f064a957842a6069b70e45f79cbdbf authored over 1 year ago by Pavan Kumar Sunkara <[email protected]>
Merge pull request #4973 from epage/stale

docs(builder): Describe current sort semantics

github.com/clap-rs/clap - 482012abae3074553c5287f906e4ef6c65455a87 authored over 1 year ago by Ed Page <[email protected]>
docs(builder): Describe current sort semantics

I must have been moving too fast with 6e1e754 as it changed the wrong
part of the text when real...

github.com/clap-rs/clap - 3ad2bf606106e705134e3b19f4680a6b127995c9 authored over 1 year ago by Ed Page <[email protected]>
fix: Broken long arg inference on conflicts

Signed-off-by: Alex Saveau <[email protected]>

github.com/clap-rs/clap - f9994bff47a5de4c8ec33f943932f6c164e91a29 authored over 1 year ago by Alex Saveau <[email protected]>
Merge pull request #4968 from hartwork/transparentize-logo

Make clap logo background transparent

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

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

github.com/clap-rs/clap - e09cf14c132f2e043de07fbf1a84b5488041bb41 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4967 from hartwork/error-exit-code

Extract/add public method `Error.exit_code`

github.com/clap-rs/clap - a3f482f1d78b11bf349e6ca932b9c459afd4b724 authored over 1 year ago by Ed Page <[email protected]>
docs: Make clap logo background transparent

github.com/clap-rs/clap - c685c70397afdc2e5b8b89bc74d45de7a661a500 authored over 1 year ago by Sebastian Pipping <[email protected]>
feat: Extract/add public method Error.exit_code

Simplifies method Error.exit as a side effect.

github.com/clap-rs/clap - 36329896e733272b192b404cbb9ba26e82bb2742 authored over 1 year ago by Sebastian Pipping <[email protected]>
docs: Fix link to tutorial

Fixes #4964

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

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

github.com/clap-rs/clap - 4b9ec6fa87d41215d532199b5cd88e866d16ee72 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4792 from epage/defer

feat: Allow deferred initialization of subcommands

github.com/clap-rs/clap - 13534b67d0af24f8eaf6c8f6734469bcfa49c1f3 authored over 1 year ago by Ed Page <[email protected]>
feat: Allow deferred initialization of subcommands

This is mostly targeted at reducing startup time for no-op commands
within *very* large applicat...

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

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

github.com/clap-rs/clap - 75e2060f0570bb0e33382e0e34e2b5efb0a37820 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4952 from epage/derive

fix(derive): Don't warn when people bring types into scope

github.com/clap-rs/clap - 468ab556a65db5beeac04cae31da4e42bfd77953 authored over 1 year ago by Ed Page <[email protected]>
fix(derive): Don't warn when people bring types into scope

Fixes #4951

github.com/clap-rs/clap - 103ae5cf626819c7bfcfb933f549664227ac0a64 authored over 1 year ago by Ed Page <[email protected]>
style: Remove unused mut

github.com/clap-rs/clap - 5661b6b50843d2386a63c1243ee2c19050b00a40 authored over 1 year ago by Ed Page <[email protected]>
fix(derive): Mark all impls as automatically derived

Unsure what all it does. I removed our `allow`s and we still get lints,
so unsure if its only s...

github.com/clap-rs/clap - e7729d12826b26de7bdf1980d1d85f41dd376763 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #67 from clap-rs/renovate/rust-1.x

chore(deps): update msrv to v1.67.0

github.com/clap-rs/clap-verbosity-flag - dab920d3c00d6410f564fbe7860eea572b5f88e7 authored over 1 year ago by Ed Page <[email protected]>
chore(deps): update msrv to v1.67.0

github.com/clap-rs/clap-verbosity-flag - 70a69c88942613d20da4114c3ba811f838ba72e1 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Merge pull request #4947 from klensy/formatless-error

perf(derive): reduce amount of generated code

github.com/clap-rs/clap - 7ead9ab3563422d87422fec05873852729f04256 authored over 1 year ago by Ed Page <[email protected]>
perf(derive): Reduce amount of generated code

github.com/clap-rs/clap - df5d90101a86d5ff848c4ae713a535619ee390a7 authored over 1 year ago by klensy <[email protected]>
chore: Release

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

github.com/clap-rs/clap - 147145714329b0f5dc203c31ab949cbd60fe3718 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4944 from clap-rs/renovate/criterion-0.x

chore(deps): update rust crate criterion to 0.5.1

github.com/clap-rs/clap - e8a35682195b7610dc4020fe650d9aa1c3722f12 authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4943 from clap-rs/renovate/compatible-(dev)

chore(deps): update compatible (dev)

github.com/clap-rs/clap - a4f839196155b050a75544f72c42795204a4f9ea authored over 1 year ago by Ed Page <[email protected]>
chore(deps): update rust crate criterion to 0.5.1

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

github.com/clap-rs/clap - 534be345d8b8775b56a017acf081b07798810d5f authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: Release

github.com/clap-rs/clap - 78bb48b6b8ef4d597b4b30b9add7927a2b0b0d8d authored over 1 year ago by Ed Page <[email protected]>
Merge pull request #4935 from epage/nu

feat(nu): 'nushell' completion support

github.com/clap-rs/clap - 3430d62ed79796b471926e13dced883aac665e2d authored over 1 year ago by Ed Page <[email protected]>
feat(nu): 'nushell' completion support

github.com/clap-rs/clap - cc5761576460838abe39a1570cb0f2ccd7a5e1e8 authored over 1 year ago by Ed Page <[email protected]>
refactor(nu): Prep for merge

github.com/clap-rs/clap - bd163098e122bb65e053a61b773931c8f36d2e7d authored over 1 year ago by Ed Page <[email protected]>
docs(derive): Clarify `name` is package name, not crate name

Fixes #4934

github.com/clap-rs/clap - 777e4dc41b0a47bf140da4c60dabe932805a424d authored over 1 year ago by Ed Page <[email protected]>
chore: release 0.1.11

github.com/clap-rs/clap - 865a1c531f762ee3bb9995375d51e8241e07e6d4 authored over 1 year ago by nibon7 <[email protected]>
chore: prepare for upstreaming

github.com/clap-rs/clap - 7e6eb7d280178959177a2452188cc4a27dfc5302 authored over 1 year ago by nibon7 <[email protected]>
test: add test cases for completions

github.com/clap-rs/clap - 6e586e09237eebb023e89328e6eaf8b0c4d1dbb1 authored over 1 year ago by nibon7 <[email protected]>
chore: Update owners

github.com/clap-rs/clap-verbosity-flag - bc0c1374261c43c08c55fcbeb2365d4540d637b6 authored over 1 year ago by Ed Page <[email protected]>
chore: Update owners

github.com/clap-rs/clap - 944556ed20d524a9f20ae6e2882970cc0079ce48 authored over 1 year ago by Ed Page <[email protected]>
chore: Add rust-cli as owners

github.com/clap-rs/clap - 3f5a420cce402c4b010369387979afbe19cd2412 authored over 1 year ago by Ed Page <[email protected]>
chore: Add rust-cli as owners

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