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

fix: fixes a bug that prevented number_of_values and default_values to be used together

Closes #1050
Closes #1056

5eb342a99dde07b0f011048efde3e283bc1110fc authored about 7 years ago by Kevin K <[email protected]>
tests: adds tests to make sure args with default values can have conflicts

f7a695523844962f9c6fda65b139b693a232e18e authored about 7 years ago by Kevin K <[email protected]>
fix: fixes a bug that didn't allow args with default values to have conflicts

Closes #1071

58b5b4be315280888d50d9b15119b91a9028f050 authored about 7 years ago by Kevin K <[email protected]>
Merge pull request #1077 from kbknapp/issue-1076

Issue 1076

9cb92c17c54a53282cd70756d8c82d308840c52f authored about 7 years ago by Kevin K <[email protected]>
tests: adds tests to protect against panics when using globals and calling App::get_matches_from_safe_borrow multiple times

2c3f7f605432d47483624f5c4fc6f29a10e0402b authored about 7 years ago by Kevin K <[email protected]>
fix: fixes a panic when using global args and calling App::get_matches_from_safe_borrow multiple times

Closes #1076

d86ec79742c77eb3f663fb30e225954515cf25bb authored about 7 years ago by Kevin K <[email protected]>
Merge pull request #1075 from kbknapp/issues-978,1010,1061

Issues 978,1010,1061

6ac846d85043b5e6ebea76363ce81ee30c73edeb authored about 7 years ago by Kevin K <[email protected]>
chore: clippy run

48e0529bcde4687698616907f4569ca2ba06d2c4 authored about 7 years ago by Kevin K <[email protected]>
tests: updates tests new global values being propagated up and down

8fd59e0b7b8553d1bb6d3cab955664eb26388a29 authored about 7 years ago by Kevin K <[email protected]>
fix: fixes issues and potential regressions with global args values not being propagated properly or at all

Closes #1010
Closes #1061
Closes #978

a43f9dd4aaf1864dd14a3c28dec89ccdd70c61e5 authored about 7 years ago by Kevin K <[email protected]>
docs: updates the docs to reflect changes to global args and that global args values can now be propagated back up the stack

ead076f03ada4c322bf3e34203925561ec496d87 authored about 7 years ago by Kevin K <[email protected]>
tests: refactors the tests for propagating global values and flags as well as adds some tests for default values and flags

cbd09c7fecc46286225ddfc31e5f3a45c5c966d5 authored about 7 years ago by Kevin K <[email protected]>
chore: fixes some spelling mistakes

0d6cd6e7d9559f42ebebca4e4ffa2f394b46757a authored about 7 years ago by Kevin K <[email protected]>
depr(AppSettings::PropagateGlobalValuesDown): this setting is no longer required to propagate values down or up

2bb5ddcee61c791ca1aaca494fbeb4bd5e277488 authored about 7 years ago by Kevin K <[email protected]>
refactor: removes unused imports and fixes spelling error

899f3d320d10b904da644986bfe4a8cdf5456602 authored about 7 years ago by Kevin K <[email protected]>
wip: implement 1061

8a2e1dbdcd76fd4000b4a2708b1bde5a5a64f4a7 authored about 7 years ago by Kevin K <[email protected]>
Merge pull request #1070 from willmurphyscode/propagate-values-down

Fix 978: global args' values available to all subcommands

569ced1f3d7036c3d6b3090a77e64161bfe1a01c authored about 7 years ago by Kevin K <[email protected]>
Clean up commented code and old TODOs

6158fc9b508646861c201f862ca37fcca636db88 authored about 7 years ago by Will Murphy <[email protected]>
use global setting in test

15437bf3a737f0b24d3698945d01ceeffd5d0ccd authored about 7 years ago by Will Murphy <[email protected]>
more cleanup

e85079fcffdf7a9d08dac4dbcc4b202f39933c81 authored about 7 years ago by Will Murphy <[email protected]>
Working implementation

35b21164bc4e3e4b709b4330c8644991167d5c4c authored about 7 years ago by Will Murphy <[email protected]>
compiling recursive implementation

3916d61f16c9e33abef0e08fb9ceaf06746feb64 authored about 7 years ago by Will Murphy <[email protected]>
more cleanup

ae060c399b2189c10651b840b04804e1fd5377a3 authored about 7 years ago by Will Murphy <[email protected]>
WORKS but with manual recursion

97b8abe1a77d539f8b4cb54a81eacf1e69e8902e authored about 7 years ago by Will Murphy <[email protected]>
WIP something like the right shape

fea31ddfb1e78558244324c2edb5a9630beb7983 authored about 7 years ago by Will Murphy <[email protected]>
starting path using several small methods, looks promising

97e978e7b0a53f420ee34190dafb8b7b766fa83c authored about 7 years ago by Will Murphy <[email protected]>
WIP

aafcf88354d8e3318def2c4a4b04c08c6eefd942 authored about 7 years ago by Will Murphy <[email protected]>
my tests pass but I broke one existing test

6d981fb970114f04cf6503990ed29a52f236b644 authored about 7 years ago by Will Murphy <[email protected]>
explanatory test comments

3bedc69bff3797ac8f56db8e6a3f9a8b05f2eee9 authored about 7 years ago by Will Murphy <[email protected]>
remove outdated comment

1948de9c6b4e8a3e184e31d1971f9a98c3b5e5a9 authored about 7 years ago by Will Murphy <[email protected]>
rename inner sub command

a22e20191b74ccafa42c10a15a14dc9bd875f07e authored about 7 years ago by Will Murphy <[email protected]>
remove old copy paste test code

6c014f31b3b8b647c932d384c9868e2ee30c4fd4 authored about 7 years ago by Will Murphy <[email protected]>
clean up tests and make them ore thorough

af28b2ace2a3fc70aab6c00ccd5438a0f58de4e4 authored about 7 years ago by Will Murphy <[email protected]>
Change tests to reduce duplication

This change lets us test multiple orderings of the global
argument and subcommand issue with les...

f4c3a21a8fd922be3a6de98ec5d7b980f19e3acc authored about 7 years ago by Will Murphy <[email protected]>
remove accidentally tracked .fmt file

9c983a5da480d6a3479b029e341fe0c0614c17d9 authored about 7 years ago by Will Murphy <[email protected]>
Replicate diesel's issue with failing nested subcommand

12a731023313a7c79caa90688570e759c01db1bc authored about 7 years ago by Will Murphy <[email protected]>
Add failing test for globals to subcommands

Issue 978 mentions that subcommands cannot see the value
of globals that get passed, even if Arg...

6f3b45457323430fb9f59121909cafe0df42b289 authored about 7 years ago by Will Murphy <[email protected]>
Merge pull request #1067 from kbknapp/issue-1052

Issue 1052

caeb133bb5ee64b1d4b1a4843c22eab9aa25d3e8 authored about 7 years ago by Kevin K <[email protected]>
tests: adds tests for required delimiters appearing in the help and usage strings

3e645ae9fce3cbeb25409fbe5094a90285197359 authored about 7 years ago by Kevin K <[email protected]>
imp: args that have require_delimiter(true) is now reflected in help and usage strings

Closes #1052

dce616998ed9bd95e8ed3bec1f09a4883da47b85 authored about 7 years ago by Kevin K <[email protected]>
Merge pull request #1065 from bluejekyll/add-env-help-str

always add env parameter when passed

e36ca736ff9cac88941621b70f90799313e13ef5 authored about 7 years ago by Kevin K <[email protected]>
always add env parameter when passed

85f0fd1c877cf249be66482624aad611d6dbf48a authored about 7 years ago by Benjamin Fry <[email protected]>
Merge pull request #1062 from kbknapp/bluejekyll-from_env

Bluejekyll from env

797b6b3340dd254b3387f453172a396f4c943182 authored about 7 years ago by Kevin K <[email protected]>
Merge branch 'from_env' of https://github.com/bluejekyll/clap-rs into bluejekyll-from_env

2acd9b23f50b95af4da4375f116149901d8a2572 authored about 7 years ago by Kevin K <[email protected]>
Merge pull request #1058 from H2CO3/master

Reduce amount of unsafe code

609a1f27a18791ea39ba23e48727e96be06edec8 authored about 7 years ago by Kevin K <[email protected]>
Merge pull request #1059 from H2CO3/textwrap

Reorganize optionally depending on term_width

ff5d7264555bd8d1a49a7e3069b51b6c5d937e82 authored about 7 years ago by Kevin K <[email protected]>
Bump textwrap version as required

e1a4cfe3a377615bed6c4eb268adf13593d1e99c authored about 7 years ago by Árpád Goretity <[email protected]>
Reorganize optionally depending on term_width

ac97edde9042203771e905be9c429d36b39df277 authored about 7 years ago by Árpád Goretity <[email protected]>
put env: before default as that will be chosen first

2fa8f835ded6f03c9f436ef889337ea2d782940b authored about 7 years ago by Benjamin Fry <[email protected]>
add space in help output

81cae1f6207919dfb0302606ef53e49856319446 authored about 7 years ago by Benjamin Fry <[email protected]>
add validation tests

1401faa4869d851fdd19acc6c8b2667264d3539b authored about 7 years ago by Benjamin Fry <[email protected]>
Update Travis build spec to more recent version of rustc (just-pre-1.18 nightly and 1.18 stable)

a835c6112d353711a577edad72c5acd2921eec88 authored about 7 years ago by Árpád Goretity <[email protected]>
add additional tests

5fccd1fef8e872971e8a6d53358ae71371554c38 authored about 7 years ago by Benjamin Fry <[email protected]>
fix some typos

779560b5d5e962ac20a1fe3d69a79d5b1c007b39 authored about 7 years ago by Benjamin Fry <[email protected]>
add documentation and examples

ec46b55fb3d3e959eb93af6807333c43e0f37184 authored about 7 years ago by Benjamin Fry <[email protected]>
add env key for help msg

bad5d19edb45c028c1f096afa3e8e335205cd043 authored about 7 years ago by Benjamin Fry <[email protected]>
WIP: add from_env option

f254807c73dd8af1bd42174e8387481d1c4bf3d7 authored about 7 years ago by Benjamin Fry <[email protected]>
Remove unnecessary `static`

11b60e4de2dbde9e6fe2d86cb7f1bad852d06aac authored about 7 years ago by Árpád Goretity <[email protected]>
Clean up crate_authors macro

4cb8237e08a11cee56575c78e342b0dad2e041d9 authored about 7 years ago by Árpád Goretity <[email protected]>
Remove unnecessary unsafe {} blocks; remove an unnecessary allocation (String -> str for immediately-discarded debug message)

cad2e64bdf57fa0ab01317a50e4d4276fa467931 authored about 7 years ago by Árpád Goretity <[email protected]>
Merge pull request #1051 from malbarbo/master

make vec_map optional

3224e2e1cd4927935f44081c1ca686d95f267790 authored about 7 years ago by Kevin K <[email protected]>
Add vec_map feature to README.md

d7a9f324b927b43d53503fd62f282c4ce4ef69cd authored about 7 years ago by Marco A L Barbosa <[email protected]>
Merge pull request #1053 from mgeisler/version-sync

Keep README version numbers in sync with crate version

f28d7b4e84331110f1d675284d8891623652fdd6 authored about 7 years ago by Kevin K <[email protected]>
docs: add html_root_url attribute

This doc attribute is used by rustdoc when generating documentation
for other crates that depend...

e67a061bcf567c6518d6c2f58852e01f02764b22 authored about 7 years ago by Martin Geisler <[email protected]>
tests: ensure README version numbers are in sync

e09c248fc1a5ef1755c5363a5448289f8b6c8d09 authored about 7 years ago by Martin Geisler <[email protected]>
docs: sync README version numbers with crate version

5536361bcda29887ed86bb68e43d0b603cbc423f authored about 7 years ago by Martin Geisler <[email protected]>
make vec_map optional

7b2aacde083267458cb029f6f013f1f79967a6bf authored over 7 years ago by Marco A L Barbosa <[email protected]>
Merge pull request #1048 from kbknapp/issues-1046,1047

Issues 1046,1047

6e948994a61e389c8f3b6726435d3d14bdd328bb authored over 7 years ago by Kevin K <[email protected]>
chore: increase version

f093b4c1f8208d3c77892dc30d006d75b2b16e7b authored over 7 years ago by Kevin K <[email protected]>
tests: adds tests to guard against subcommand section of help message showing unnecessarily

8567f0a46e654d29ef03f96e9947bfb0458e08ce authored over 7 years ago by Kevin K <[email protected]>
imp: if all subcommands are hidden, the subcommands section of the help message is no longer displayed

Closes #1046

4ae7b0464750bc07ec80ece38e43f003fdd1b8ae authored over 7 years ago by Kevin K <[email protected]>
tests: adds tests to guard against options with default values and zero or more values

e1319fa1989c212b79d3b8abf86dab7c7e481e8c authored over 7 years ago by Kevin K <[email protected]>
fix: fixes a bug where default values are not applied if the option supports zero values

Closes #1047

9c248cbf7d8a825119bc387c23e9a1d1989682b0 authored over 7 years ago by Kevin K <[email protected]>
Merge pull request #1045 from kbknapp/issues-1043,1044

Issues 1043,1044

326d0a52cefd7f871b96dc7fc046cb1ba8baa4a8 authored over 7 years ago by Kevin K <[email protected]>
chore: increase version

cbd813c1a063c9f8732928b21806aa53b4fc1cb1 authored over 7 years ago by Kevin K <[email protected]>
tests: fixes tests that regressed

16cb88e751a84e045064514aaf941cb40a9502e5 authored over 7 years ago by Kevin K <[email protected]>
tests: adds tests for using requires_equals and min_values together

150a0433cef9c686deeb8c7f32be5be18a331362 authored over 7 years ago by Kevin K <[email protected]>
fix: fixes using require_equals(true) and min_values(0) together

Closes #1044

10ae208f68518eff6e98166724065745f4083174 authored over 7 years ago by Kevin K <[email protected]>
tests: adds tests for App::long_about

0136e991c4289f9b3adf2a9d3d5e8ccf5d023e05 authored over 7 years ago by Kevin K <[email protected]>
fix(Help Message): fixes long_about not being usable

Closes #1043

a8257ea0ffb812e552aca256c4a3d2aebfd8065b authored over 7 years ago by Kevin K <[email protected]>
Merge pull request #1039 from siiptuo/fix-completion-special-characters

Escape special characters in zsh and fish completions

2094c28d15f6668a1bde34dd598db3304ac4e1c0 authored over 7 years ago by Kevin K <[email protected]>
Merge pull request #1040 from Fraser999/bugfix

fix: avoid panic generating default help msg if term width set to 0 due to issue in textwrap 0.7.0

e053d4ab0ced87a82fd458af86061e825b8984f2 authored over 7 years ago by Kevin K <[email protected]>
fix: escape special characters in zsh and fish completions

87e019fc84ba6193a8c4ddc26c61eb99efffcd25 authored over 7 years ago by Tuomas Siipola <[email protected]>
fix: avoid panic generating default help msg if term width set to 0 due to bug in textwrap 0.7.0

upgrade textwrap to 0.8.0 and add regression test

b3eadb0de516106db4e08f078ad32e8f6d6e7a57 authored over 7 years ago by Fraser Hutchison <[email protected]>
Merge pull request #1029 from kbknapp/contrib-update

chore: updates the contributors list

f2266e23896cd9c97d7c32344caf41c68ddde0d3 authored over 7 years ago by Kevin K <[email protected]>
chore: updates the contributors list

677b28f5d51afd3bdeb3e7b32a75b54a602d6d6d authored over 7 years ago by Kevin K <[email protected]>
Merge pull request #1028 from kbknapp/sponsors

chore: adds a sponsors file

f8d21f0cf960d36f4445adb053afc721fdeb31e8 authored over 7 years ago by Kevin K <[email protected]>
Merge pull request #1022 from Phlosioneer/master

Fix documentation typo

79f8977ff104f1b7677de1accdd69f89a3bde411 authored over 7 years ago by Kevin K <[email protected]>
Merge pull request #1021 from manuel-rhdt/patch-1

Fix small typo in Readme

c04c0aafd6a608641039c78192b5475080bf5a90 authored over 7 years ago by Kevin K <[email protected]>
Merge pull request #1019 from wabain/fix-flag-after-subcommand-suggestion

Fix suggestions for flags under subcommands

05aec692cba052cd3a381a20ce936aa0bfcf7d25 authored over 7 years ago by Kevin K <[email protected]>
chore: adds a sponsors file

c56f2f24227ba24cbdeb94983d4c8d1036087c72 authored over 7 years ago by Kevin K <[email protected]>
Fix documentation type

"Value" was misspelled "vaue"

4428cb87f358d24478a2cf05d01925661578a2fb authored over 7 years ago by Phlosioneer <[email protected]>
Fix small typo in Readme

9d089c1cc0f0f7e3a6f685b57cda3fcc325cbf31 authored over 7 years ago by Manuel Reinhardt <[email protected]>
fix(Suggestions): output for flag after subcommand

434ea5ba71395d8c1afcf88e69f0b0d8339b01a1 authored over 7 years ago by William Bain <[email protected]>
Merge pull request #1016 from kbknapp/unicode-segmentation-bump

Unicode segmentation bump

1ef6e62e1e05f3a1c5dee4d946eb85c9778e4065 authored over 7 years ago by Kevin K <[email protected]>
chore: increase version

517276c6f3984b49d75fe109682f36c71544294d authored over 7 years ago by Kevin K <[email protected]>
style: changes try-bang macro to questionmark

8699dfc37b260b32682e2f1b67094f413bcae05f authored over 7 years ago by Kevin K <[email protected]>
chore: updates minimum required Rust to 1.13.0 in Travis config

81b2946d14c85f46d491d4cc8637995fe2da9dd0 authored over 7 years ago by Kevin K <[email protected]>
imp: bumps unicode-segmentation to v1.2

cd7b40a21c77bae17ba453c5512cb82b7d1ce474 authored over 7 years ago by Kevin K <[email protected]>
Merge pull request #1009 from mgeisler/textwrap-0.7.0

perf: update textwrap to version 0.7.0

30b79d8764927896373c8a342dd6766381a27e22 authored over 7 years ago by Kevin K <[email protected]>