Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/clap-rs/clap_generate

Shell Completion Script and Manpage generation
https://github.com/clap-rs/clap_generate

Use short help as tooltip in PowerShell completion

Also fixed some small issues with subcommand detection.

91e275c609a17e7cc0d2a47b180431d6057a4487 authored almost 7 years ago by Kevin K <[email protected]>
fish: Fix completion of >1 options

bd5143d1f808ae0b5b4313099ae17b468f880671 authored almost 7 years ago by Kevin K <[email protected]>
Cargo.toml: use codegen-units = 1 in release and bench profiles.

1e3c715c471593db1ad53782ebffc953f7c26e88 authored almost 7 years ago by Matthias Krüger <[email protected]>
docs: Fix some typos and markdown issues.

92eab59dfca26482b49c58806b27e652d7228562 authored almost 7 years ago by Kevin K <[email protected]>
Moving the line into the apropriate section

919fd32dfb3d885f0d0ad2fe452a1a86b32d00b9 authored almost 7 years ago by Katharina <[email protected]>
fix typo

a4d080370cdae2916b47331cb15ba5eb00519ab7 authored almost 7 years ago by andy boot <[email protected]>
Merge pull request #1217 from kbknapp/v3-dev

refactor(Arg): reverts some of the v3 deprecations to ease the upgrade process

b74faf921d35ef2042e9c7811310f91a57e0b803 authored almost 7 years ago by Kevin K <[email protected]>
refactor(Arg): reverts some of the v3 deprecations to ease the upgrade process

82ffb821de9b261662f8afe5d4d4d8fc29ec4c1a authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1208 from willmurphyscode/args-first-in-help

Print ARGS immediately after usage in help

b9e4c058fad202c25e9f1915b2fa210d1fa50fa8 authored almost 7 years ago by William Murphy <[email protected]>
Print ARGS after usage in help

For version 3, we want the args section to immediately follow
the usage section in the default h...

742aec292cc86c6618e39cd49511f18952ee7262 authored almost 7 years ago by Will Murphy <[email protected]>
Merge pull request #1202 from willmurphyscode/version-bump-term-size

bump version on term size to 1.0.0-beta1

c3cfe8f7a4c21ebb7cb178d0cd801012f7c44532 authored almost 7 years ago by Kevin K <[email protected]>
bump version on term size to 1.0.0-beta1

74421bb8b76c383f6a6360a79b5042285c19dbbb authored almost 7 years ago by Will Murphy <[email protected]>
Merge pull request #1198 from willmurphyscode/port-1161-fix-to-v3

Port 1161 fix to v3

1567d80885ea5510d9836f1c10f82fbc21916182 authored almost 7 years ago by Kevin K <[email protected]>
vec_map must be optional

This adds a keys method to the internal implementation of vec_map and
adds conditional compilati...

23a48ea03a5bef1a40e210cbcd9c8a89195ff9d7 authored almost 7 years ago by Will Murphy <[email protected]>
clean up whitespace

3401e6a3ec04a57430773e90983eefd11fc12fb8 authored almost 7 years ago by Will Murphy <[email protected]>
Port 1161 fix to v3

Copy the fix from https://github.com/kbknapp/clap-rs/pull/1162 into
the v3 parser, and add a tes...

5ea7eab427a7803bbd5f075ba2af3659e7c77566 authored almost 7 years ago by Will Murphy <[email protected]>
Merge pull request #1182 from kbknapp/v3-dev

V3 dev

bd08e73e5459600db2646143dc4367690035dab7 authored almost 7 years ago by Kevin K <[email protected]>
style: removes unused imports

e0b891d784096d46933c0464e66242254282a04a authored almost 7 years ago by Kevin K <[email protected]>
imp(Deps): doesnt compile ansi_term on Windows since its not used

Before this commit, ansi_term was compiled anytime the `color` feature
was used. However, on Win...

6971624428d12ab5708b35609db82d714ad891a1 authored almost 7 years ago by Kevin K <[email protected]>
tests(Bash Completions): updates the bash completions to the new file completion fallback

cdfdbfffb572c67a562955809e531f352ae98b5c authored almost 7 years ago by Kevin K <[email protected]>
imp(Bash Completions): instead of completing a generic option name, all bash completions fall back to file completions UNLESS Arg::possible_values was used

79a210472cd6028a6f64b2afc3b59284db0f3c01 authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1177 from kbknapp/v3-dev

V3 dev

14a2dadc313ff05ef100a817e66144100e2fcb8a authored almost 7 years ago by Kevin K <[email protected]>
style: changes values->possible values in help messages as well as errors

08dfdc877b8539ae531e454571e211b75c9ab36e authored almost 7 years ago by Kevin K <[email protected]>
Tests pass now

973022184e8a7454fb4b48d3c7458fb1f18f6947 authored almost 7 years ago by etopiei <[email protected]>
Adjusted error message, as specified in Issue #1160

5220122f72ac0a5f003c406914b24432c8d3a13d authored almost 7 years ago by etopiei <[email protected]>
Merge pull request #1172 from kbknapp/v3-dev

V3 dev

e630a848d243cd9253337a115909bd2154e17658 authored almost 7 years ago by Kevin K <[email protected]>
tests(AllArgsOverrideSelf): adds tests for AllArgsOverrideSelf

dc098e19a2aac86e6e985ef89b904185c143fe7e authored almost 7 years ago by Kevin K <[email protected]>
setting(AllArgsOverrideSelf): adds a convenience setting to say all args override themselves

7c23bee6b831d28ac0f360bc865b99b40b0e56fb authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1171 from kbknapp/v3-dev

V3 dev

da1ede55f58d0a0fc6291548859fa3f3a9777afc authored almost 7 years ago by Kevin K <[email protected]>
chore: updates version sync in readme

e1d1c06d4501b16c047821f9173acbdcdf71ce0a authored almost 7 years ago by Kevin K <[email protected]>
tests(Self Overrides): adds tests for args that override themselves

237c2bdff4c5622d811e95902d697a1505430ac8 authored almost 7 years ago by Kevin K <[email protected]>
docs(Self Overrides): adds docs to better explain overrides_with

db237f3ed2fbdef39da7a39bc8b2aa0a0cb49c9c authored almost 7 years ago by Kevin K <[email protected]>
imp(Self Overrides): allows args to override themselves properly

4204787e0fced86b02e29c0d2e58e38c41867264 authored almost 7 years ago by Kevin K <[email protected]>
chore: adds some idea project files to the ignore list

f8e687641587579c0c277d61043fef81c0def414 authored almost 7 years ago by Kevin K <[email protected]>
chore(Cargo.toml): updates with new excludes to trim package and new badges for crates.io

e1b10f60aacc96b200c1d923be058adda8c778e5 authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1163 from kbknapp/v3-dev

chore: updates the version tests

b4c2dedaf9e55be44795a885e99c6978ab915c13 authored almost 7 years ago by Kevin K <[email protected]>
chore: updates the version tests

300a059f517e602a1b4b5a26598e28154f64a065 authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1157 from kbknapp/v3-dev

V3 dev

4fc790563f786f0ab3e1b7ebb420e1fa5fcefb7b authored almost 7 years ago by Kevin K <[email protected]>
chore: bumps the Cargo.toml version to 3.0.0-alpha1 to reduce confusion

6a8b301fa46ce695a1a02df186cc6d304dba8b29 authored almost 7 years ago by Kevin K <[email protected]>
tests: fixes some typos that caused failing doc tests

cf3eaaeb0c7a30bd2f345ea36eb4e7da20545afb authored almost 7 years ago by Kevin K <[email protected]>
tests: partially updates tests to new arg.setting calls

97fd3f1328d44badd155bc5d4184e50bf61f1aad authored almost 7 years ago by Kevin K <[email protected]>
chore(v3_changes.md): adds a document to track changes to announce for v3

2b390544373aa381a63964f21917fbef49c71ace authored almost 7 years ago by Kevin K <[email protected]>
benches: partially updates the benches to new arg.setting calls

41572e4d2dec60df35cce0977dc7bf3a041cc0a4 authored almost 7 years ago by Kevin K <[email protected]>
docs(Arg.rs): updates documentation for the deprecations

41436d3b7dd67170433bd4ba6fb88334853492c8 authored almost 7 years ago by Kevin K <[email protected]>
depr(Arg.rs): adds deprecations in prep for v3

A full list of deprecations is:

* Arg::last -> ArgSettings::Last
* Arg::required -> ArgSettings...

6fc70d825c131610079b2d8aeb3a5e51cacc3223 authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1156 from kbknapp/v3-dev

V3 dev

e1f1b474a3c27d246a821f864efdec6511a1d513 authored almost 7 years ago by Kevin K <[email protected]>
docs(App.rs): updates the docs away from deprecated methods

04b7532bcb70b4ce5c9051f30c0bf82911298e34 authored almost 7 years ago by Kevin K <[email protected]>
depr(App.rs): deprecates old App methods in prep for v3

A full list of deprecations is:

* App::version_message -> App::mut_arg
* App::version_short -> ...

c441467de3e27e1f5ae895c1091ba4e34a27d9bc authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1154 from kbknapp/v3-prep

v3 Prep

7372359c9c9c59aaddceb0de81a1dbc67683ab67 authored almost 7 years ago by Kevin K <[email protected]>
tests: silence some warnings

4c54c2a69616aba2d1b4588316b25395c4830db8 authored almost 7 years ago by Kevin K <[email protected]>
tests: continues to update tests to take advantage of new internals

1fa4afa45d63b0ccaf7c23fca49891a4279b03cf authored almost 7 years ago by Kevin K <[email protected]>
wip: continuing to iron out the bugs from the internal refactor

7788ef70d94980862043ad8b684ac4340c41eb54 authored almost 7 years ago by Kevin K <[email protected]>
tests(Bash Completions): fixes the order of several completion commands

90c0698affc650dc381e8429f6b3f53bd0a9c029 authored almost 7 years ago by Kevin K <[email protected]>
tests: removes some instances of println in the tests

78090e55296c45503316de7c8f200fcf444b7056 authored almost 7 years ago by Kevin K <[email protected]>
tests: splits tests into single duties

712333be98fbe7332971993dd1f3e78a05cad073 authored almost 7 years ago by Kevin K <[email protected]>
perf: refactors the POSIX override handling to lazy handling

This commit primarily changes to a lazy handling of POSIX overrides by
relying on github.com/blu...

7673dfc085709923df9ec0ee5512329dcade7c8d authored almost 7 years ago by Kevin K <[email protected]>
wip: still setting the stage for v3

e890b647f377a53896bbe82dbde113e675342261 authored almost 7 years ago by Kevin K <[email protected]>
style: rustfmt run

1ab10275e44d451a2492baf760e99281079676b2 authored almost 7 years ago by Kevin K <[email protected]>
chore: removes no longer used style lints

f66e4f32660b2c3f7480aca8d941eb1fad2e920c authored almost 7 years ago by Kevin K <[email protected]>
tests: updates the tests that were using clap internals

efb3b28ae801feee212479065c921e263d9b610f authored almost 7 years ago by Kevin K <[email protected]>
wip: setting the stage for serde, custom derive, and v3

6705195449ef5c97c57f5efc3a52a2d768122d70 authored almost 7 years ago by Kevin K <[email protected]>
chore: adds some just recipies for showing errors and tracking todos

8173d717b10202d3649cb4419d5150aeb8461318 authored almost 7 years ago by Kevin K <[email protected]>
wip: changes to builders in prep for v3

acdbd47152102607b7f4c6702cc076caca771280 authored almost 7 years ago by Kevin K <[email protected]>
fix(Help): fixes an issue where help is not properly written using App::write_help

Contains a *MINOR* breaking change. App::write_help now requires `&mut self` instead of `&self`....

4f3231a51cbaf7e63783d2f5a87b9e077821b9b0 authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1136 from willmurphyscode/issue-1135

Test for Issue 1135

969c3adb4107d7e2934d2721f8eda9992985301d authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1153 from ignatenkobrain/strsim-0.7

deps: update strsim to 0.7

f27d35daa85560fa8abed799e91a7e90e3481886 authored almost 7 years ago by Kevin K <[email protected]>
Merge branch 'master' into issue-1135

d03d13399f3e1b46b4c2ed5092a9a410b4322e1c authored almost 7 years ago by Kevin K <[email protected]>
Merge branch 'master' into strsim-0.7

2a933d1291e0438046b4e34998ba7a53772da44e authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1151 from discosultan/patch-1

Fix typos

95041ff10f562053b564d4412f0d3b63390138d8 authored almost 7 years ago by Kevin K <[email protected]>
deps: update strsim to 0.7

Signed-off-by: Igor Gnatenko <[email protected]>

836e98084c1984ea094de22969da8c6bfd4c73f6 authored almost 7 years ago by Igor Gnatenko <[email protected]>
clean up comments

4896e817be8906f03af2a4abd31452e6774e940c authored almost 7 years ago by Will Murphy <[email protected]>
clean up comments in tests; add error case test

c759d2027b287e69c78a8aaa13e21d9592f7607f authored almost 7 years ago by Will Murphy <[email protected]>
Implement required_unless for flag

Flags were incorrectly reporting that they never had required_unless args.

74976a0df970ff80060f65f398cd4abf73b18edd authored almost 7 years ago by Will Murphy <[email protected]>
Merge branch 'master' into issue-1135

c6c9d9b33f8210c6a2ab2fddf0c47b960e0e17dd authored almost 7 years ago by Will Murphy <[email protected]>
Merge branch 'master' into patch-1

6e66eac2fff305d887a2a91a3cf7274bfb3b63c2 authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1152 from kbknapp/html_doc_root

chore: fix html_doc_root

f85fd9fbc8a1b2f5f319dad272405ac8e43c790f authored almost 7 years ago by Kevin K <[email protected]>
chore: fix html_doc_root

5bb926ebf9df8e7bb85775a92a370d2bc33bc9b2 authored almost 7 years ago by Kevin K <[email protected]>
Fix typo in arg.rs

61cf3f9142924cf12f2b35d24dde5ac6169e938a authored almost 7 years ago by discosultan <[email protected]>
Fix typo in 07_option_args.rs

67e937acf7ac075bdde09dd3fa08abd7e1b87f37 authored almost 7 years ago by discosultan <[email protected]>
Fix typo in 07_option_args.rs

8aa3c573519ce8ba7a33afe35371626323ec975d authored almost 7 years ago by discosultan <[email protected]>
Fix typos in 03_args.rs

354cefd27440d8dafb66d6ea7ed47f16c52267b1 authored almost 7 years ago by Jaanus Varus <[email protected]>
Merge pull request #1150 from kbknapp/v2.29.2

chore: increase version

b6f36f55a04f8ed963a524cf1b87c7e7869964c2 authored almost 7 years ago by Kevin K <[email protected]>
chore: increase version

df996822c8dcd0946467fcfcac3f82ce5fcb2fbb authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1149 from discosultan/patch-1

Fix doc typo in 14_groups.rs

04d97c4cc7fddb38549782538201a20b2fb4a36b authored almost 7 years ago by Kevin K <[email protected]>
Merge branch 'master' into patch-1

288a777eca1eae15077ecb8e55f3e1cf95a56d63 authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1147 from segevfiner/zsh-completion-improvements

Zsh completion improvements

cfb94706d15dc5b70e69d576ebae580c8fc8a633 authored almost 7 years ago by Kevin K <[email protected]>
Fix doc typo in 14_groups.rs

eb9269a23bbf76f5d60f0233168058825a35e6c2 authored almost 7 years ago by Jaanus Varus <[email protected]>
Merge branch 'master' into zsh-completion-improvements

fc8cf97b94d3b68c2c9bd0a8a748ac872026c963 authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1148 from kbknapp/add-messense

chore(SPONSORS.md): adds the latest sponsor! Yay

ff22cd98ba49fa9b6c1c0bba137dbfe41afaa6b7 authored almost 7 years ago by Kevin K <[email protected]>
chore(SPONSORS.md): adds the latest sponsor! Yay

0abcb80694f04c8c35f26b4e0ba14d5eed6be2fb authored almost 7 years ago by Kevin K <[email protected]>
feat(completions/zsh.rs): Escape possible values for options

25561decf147d329b64634a14d9695673c2fc78f authored almost 7 years ago by Segev Finer <[email protected]>
feat(completions/zsh.rs): Implement postional argument possible values completion

f3b0afd2bef8b7be97162f8a7802ddf7603dff36 authored almost 7 years ago by Segev Finer <[email protected]>
style(completions/zsh.rs): Cleanup documentation and naming

2cbbfa8ce979b945acb64c21c27ef92fcddf73ca authored almost 7 years ago by Segev Finer <[email protected]>
fix(completions/zsh.rs): Add missing autoload for is-at-least

a652260795d1519f6ec2a7a09ccc1258499cad7b authored almost 7 years ago by Segev Finer <[email protected]>
Merge branch 'master' into zsh-completion-improvements

e077e0c93045f667eaa0c09e98120db606dacaed authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1146 from kraai/patch-2

fix: Fix typos

e078a5893b9cdc367fe1621d529dfbbcc93a9095 authored almost 7 years ago by Kevin K <[email protected]>
Merge branch 'master' into patch-2

4fec24a6accd301aecd5aa10a3e85845765daaa9 authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1145 from kraai/patch-1

Fix typo

55ea76cd993ccb704090ab9531367a399795b8e5 authored almost 7 years ago by Kevin K <[email protected]>
Merge branch 'master' into patch-1

a46ff132f1e564ecf471c6cb802ae92ee2b92dd6 authored almost 7 years ago by Kevin K <[email protected]>
Merge pull request #1144 from segevfiner/zsh-redundant-code

fix(completions/zsh.zsh): Remove redundant code from output

d548e546ef046b8499a06add3347a1b2d3d7b480 authored almost 7 years ago by Kevin K <[email protected]>