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

Merge pull request #219 from Vinatorul/report_error_refact

report_error refactoring

11451b91f7401e2f5f32706dd665027de9220a81 authored over 9 years ago by Kevin K <[email protected]>
Merge branch 'master' into report_error_refact

f99fadae0ce16605056e46f5546cac49d50abe4d authored over 9 years ago by Alexander Kuvaev <[email protected]>
refactor(App): Now most parser function will return Result with Err...

... instead of hard exiting

afaf19850424f00048d8a0cb628557304b65d4a3 authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #222 from kbknapp/depgraph-update

chore: updates clap dep graph

f1d5d09d4e02ceedd8ca66cf143ac194a23a9dce authored over 9 years ago by Kevin K <[email protected]>
Merge remote-tracking branch 'upstream/master' into report_error_refact

f5406076de7fd4b576179a83c2838884dd8b6d68 authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore: updates clap dep graph

906df9d0378aae75456b0114b2c4b9d418395e1d authored over 9 years ago by Kevin K <[email protected]>
chore: increase version

c279b800a2d87f6bff36bbb449dbbeb9a3579bcd authored over 9 years ago by Kevin K <[email protected]>
Merge pull request #221 from kbknapp/coverage

Adds some additional tests, and makes a very small perf change to some internals

29c1d566d391e5a966dcec14a956873823e94faf authored over 9 years ago by Kevin K <[email protected]>
perf: changes ArgGroup HashSets to Vec

3cb4a48ebd15c20692f4f3a2a924284dc7fd5e10 authored over 9 years ago by Kevin K <[email protected]>
tests: adds test for ArgGroups

e1694922f5b2679a3eee4e9be900d3eb34cf8e82 authored over 9 years ago by Kevin K <[email protected]>
tests: adds tests for PosBuilder Display

32044f26e0cac7a87a932e908c7f56dcd6f16257 authored over 9 years ago by Kevin K <[email protected]>
tests: adds tests for FlagBuilder Display

3a5bb17596f5953f3d4d83eba990c19d0f27f9a3 authored over 9 years ago by Kevin K <[email protected]>
tests: adds tests for AppSettings FromStr

e27a3f3146ebc04cb8e75452d1041ddaf049917b authored over 9 years ago by Kevin K <[email protected]>
perf: changes BTreeSet for Vec in some instances

baab2e3f4060e811abee14b1654cbcd5cf3b5fea authored over 9 years ago by Kevin K <[email protected]>
tests: adds tests for did_you_mean suggestions

cfaae03b2a7adedba1fbc49e40955b60109e4e6f authored over 9 years ago by Kevin K <[email protected]>
tests: adds tests for colored output

63dbc5569f1c65df6059d488e2a28e77502cab51 authored over 9 years ago by Kevin K <[email protected]>
refactor(App): report_error refactoring

f1c5bf551163bd1c7e41c445a019ec293b3b8e84 authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #218 from Vinatorul/coveralls

Add coveralls

9b6e3c0a5fdb1cb24e713b5d79b0fb9e22ac901e authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore: add covealls badge

13b844e4aed268e873ddee9db2d201255b844329 authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore: add coveralls

1ff4b8f8539cda9ce2fa34e4ed8c2ce5a33975ac authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #215 from Vinatorul/example_fix

Yaml example fix

0fec3acfc9d9c25dfed4a61604f587126cef5368 authored over 9 years ago by Alexander Kuvaev <[email protected]>
examples(17_yaml): fixed example

9b848622296c8c5c7b9a39b93ddd41f51df790b5 authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #214 from sru/benchmark

tests(benchmark): add more benchmarks

f73742ad9edde1702b525e056b909cc618c5875c authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore(README): fixes yaml example

612f79dae8d4ec9c02e27265b7f2e9d201cd3319 authored over 9 years ago by Kevin K <[email protected]>
tests(benchmark): add more benchmarks

f93dab93e083a1e49202e95b3b6a6bd47e9006f6 authored over 9 years ago by SungRim Huh <[email protected]>
chore: increase version

f9e2b677dccfa3e91db847d58b25e5e5b7cc098e authored over 9 years ago by Kevin K <[email protected]>
docs(README): updates readme with yaml and new features

45613ac6dc72701f2d88124c720426b5c450dc4d authored over 9 years ago by Kevin K <[email protected]>
Merge branch 'vin-issue-205'

2e2baba22608d8e6dea9d7ba56c3d1aa3da27144 authored over 9 years ago by Kevin K <[email protected]>
Merge branch 'issue-205' of https://github.com/Vinatorul/clap-rs into vin-issue-205

82a09abb32feb84fa8f18fe860b962fcc2a89d07 authored over 9 years ago by Kevin K <[email protected]>
Merge branch 'issue-80'

12e8cb452a85829a91a791af5fdeb936818feb7b authored over 9 years ago by Kevin K <[email protected]>
Merge branch 'master' into issue-80

b17808ffbdc8411769312d65685b39ecfb9ae786 authored over 9 years ago by Kevin K <[email protected]>
chore: fixes .travis.yml for building with yaml feature of clap

Closes #80

0e53642a85939c6b93cfa4e15c023c8639a8e471 authored over 9 years ago by Kevin K <[email protected]>
docs(Args from YAML): fixes doc examples

19b348a10050404cd93888dbbbe4f396681b67d0 authored over 9 years ago by Kevin K <[email protected]>
docs(YAML): adds examples for using YAML to build a CLI

ab41d7f38219544750e6e1426076dc498073191b authored over 9 years ago by Kevin K <[email protected]>
test(App from YAML): fixes yaml app declaration

1a3c729e7f579b3dff0fbea1c652d79f2e00d7a7 authored over 9 years ago by Kevin K <[email protected]>
feat(ArgGroups): adds support for building ArgGroups from yaml

ecf88665cbff367018b29161a1b75d44a212707d authored over 9 years ago by Kevin K <[email protected]>
feat(Subcommands): adds support for subcommands from yaml

e415cf78ba916052d118a8648deba2b9c16b1530 authored over 9 years ago by Kevin K <[email protected]>
feat(YAML): allows building a CLI from YAML files

86cf4c45626a36b8115446952f9069f73c1debc3 authored over 9 years ago by Kevin K <[email protected]>
Merge pull request #211 from kbknapp/issue-210

fix(Unified Help Messages): fixes a crash from this setting and no opts

571a3516bed9443ea7a0d016a7ace4c616e7503b authored over 9 years ago by Kevin K <[email protected]>
fix(Unified Help Messages): fixes a crash from this setting and no opts

Closes #210

169ffec1003d58d105d7ef2585b3425e57980000 authored over 9 years ago by Kevin K <[email protected]>
refactor: breaks up app code into different files

f4823875448a44606b8da97abb691b4535019b87 authored over 9 years ago by Kevin K <[email protected]>
Merge pull request #203 from sru/benchmark

tests(benchmark): Add build and clean parse benchmarks

38058594690aff2d15d2cc5bae7d7820c0bd237b authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #209 from kbknapp/issue-204

refactor(Examples): corrects compiler warnings about names

fce501c135fcbd373fac93d7b0d2247d91790592 authored over 9 years ago by Kevin K <[email protected]>
docs(Examples): adds better usage examples instead of having unused variables

8cbacd8883004fe71a8ea036ec4391c7dd8efe94 authored over 9 years ago by Kevin K <[email protected]>
Merge pull request #208 from Vinatorul/issue-207

Fixed README.md and CONTRIBUTING.md

9d808f23184b96613a1538906999279c3cfeb6a9 authored over 9 years ago by Alexander Kuvaev <[email protected]>
refactor(Examples): corrects compiler warnings about names

Closes #204

4f836ee5ef92790606fc67ee39e8e58bc7830e5d authored over 9 years ago by Kevin K <[email protected]>
chore: fixed README.md and CONTRIBUTING.md

d1ae96c3413d87d402b732c5dc22ed353eb50d02 authored over 9 years ago by Alexander Kuvaev <[email protected]>
tests(benchmark): Add benchmarks

single flag, option, positional, and complex arguments with and without subcommand.

866279aaaab01b2a1b71a2c71385e141c88e61ed authored over 9 years ago by SungRim Huh <[email protected]>
tests(benchmark): Move repeating code to macro

80a05926bfa0f4a80604a337b52a18535ec5ef47 authored over 9 years ago by SungRim Huh <[email protected]>
refactor(ArgGroup): changed Vec<&str> using to &[&str]

5a8e341e8e8ff5e9c0d17fa5a5ea7ea1b1a54fc1 authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore: adds tests and benches to exclude for crates.io

62297c7040427471471a049391690fa7c38c125b authored over 9 years ago by Kevin K <[email protected]>
tests(benchmark): Add build and clean parse benchmarks

53671cf66b4da2742495cad3b016e4137192af07 authored over 9 years ago by SungRim Huh <[email protected]>
Merge pull request #198 from Vinatorul/tests_move

Moved tests from lib.rs to tests.rs and tests dir

ed3ca63c1143d2dc393d959ae4900e64db7faf76 authored over 9 years ago by Alexander Kuvaev <[email protected]>
tests: moved tests from lib.rs to tests.rs and tests dir

0cfecd328ce3666fc21e3161e445deffc66fd833 authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #201 from Vinatorul/badges_fix

Changed crates.io badges

bcac592980e753ff4c7b707f4f7896453fe6c7ad authored over 9 years ago by Kevin K <[email protected]>
Changed crates.io badges

8c629fae1353aea71d15b3afe18f49c09f22068d authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #200 from sru/master

examples: Add AppSettings example

0e5450d9950d275e27163806dc30875736f50c3f authored over 9 years ago by Alexander Kuvaev <[email protected]>
examples: Add AppSettings example

12705079ca96a709b4dd94f7ddd20a833b26838c authored over 9 years ago by SungRim Huh <[email protected]>
chore: fix misspell

Closes #199

26c3cd9409374ad4c5c564464813856c377e45c3 authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #197 from Vinatorul/contributing_fix

Fix misspell

8c8cb4cabd2540a46a5dfcb6e8f22f712df6c1d0 authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore: fix misspell

69d917d551dae29c102b9c126259d0c83f0caf4b authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore: Updated "How to contribute" with a new type

d797689267fd7ca8cc6f1d8e849fd7b1afbfc2e6 authored over 9 years ago by Alexander Kuvaev <[email protected]>
Added new change type

6609acded12ef9b28ed11d8b833b35253fb6e2dc authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #196 from Vinatorul/clog_section

New clog section for examples

731aaf6614036a7bfaf6c6eec62b8aa9c7ada33c authored over 9 years ago by Kevin K <[email protected]>
New contributor!

ed05d1d75627bf5f5ac3682fff939b6105080d7f authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore: new clog section for examples

b95675fcf3660bb9ff89b6dbacba7970ad376ef7 authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore: increase version

5987c20396555aba7a2b5125435fb40d17f5a892 authored over 9 years ago by Kevin K <[email protected]>
Merge pull request #195 from kbknapp/val-name

feat(Args): allows opts and args to define a name for help and usage …

27369b457b459407af7a99c67c7d031b2b067073 authored over 9 years ago by Kevin K <[email protected]>
Merge pull request #194 from sru/master

Fixing indentation of examples and new custom validator example

d67d28d571462428d979272fec89df334416b22c authored over 9 years ago by Kevin K <[email protected]>
feat(Args): allows opts and args to define a name for help and usage msgs

ad962ec478da999c7dba0afdb84c266f4d09b1bd authored over 9 years ago by Kevin K <[email protected]>
examples: add custom validator example

b9997d1fca74d4d8f93971f2a01bdf9798f913d5 authored over 9 years ago by SungRim Huh <[email protected]>
examples: fix indentation

d4f1b740ede410fd2528b9ecd89592c2fd8b1e20 authored over 9 years ago by SungRim Huh <[email protected]>
Merge pull request #193 from kbknapp/issue-192

Issue 192

78403c5d0e2cdabfee753aa3b4f8c3f918263ede authored over 9 years ago by Kevin K <[email protected]>
chore: increase version

4b8908b93ed7197b40bb7848e13d3d8acd8e8e73 authored over 9 years ago by Kevin K <[email protected]>
tests(Possible Values): adds a test for --long=value possible values format

35b348655ceb952088d7a94cc2d062e5c5f864e1 authored over 9 years ago by Kevin K <[email protected]>
fix(Possible Values): fixes a bug where suggestions arent made when using --long=value format

Closes #192

3d5e9a6cedb26668839b481c9978e2fbbab8be6f authored over 9 years ago by Kevin K <[email protected]>
chore: comments out clippy until 0.0.12 is on crates.io

ff9628d24d8d7389c1d4a31502e4cc0f3faa9c25 authored over 9 years ago by Kevin K <[email protected]>
chore: adds dashed lines to dep graph

d34050cfe1ce33bf81eae35be6f145b2ca0ed92b authored over 9 years ago by Kevin K <[email protected]>
chore: separates nightly features from travis-cargo flags

5aa02042ca829c96b6ce36cfb6f93024bf0f0f83 authored over 9 years ago by Kevin K <[email protected]>
chore: fixed badges

70dc002695c7d0596f8f3f9aae5a930c67d53f8c authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #190 from Vinatorul/add_dot

Add dependency tree to README.md

343334ad941910f6009de88329b38c25ff3ac811 authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore(readme): add dependency tree to README.md

277f466765ffe0de944d87043df1a7d78d5f2eab authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore: increase version

21c4aedd25a1b4a4d1f2e83c83bfe0956bd9ebf7 authored over 9 years ago by Kevin K <[email protected]>
fix(App, Args): fixed subcommand reqs negation

Closes #188

b41afa8c3ded3d1be12f7a2f8ea06cc44afc9458 authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore: increase version

35114c99c5347a4f690ed1d3f03eb07a116ce84b authored over 9 years ago by Kevin K <[email protected]>
Update CONTRIBUTORS.md

Changed registration email to primary

7200c9fe345586f1ad2dac8373be475fb2efecf3 authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #187 from Vinatorul/issue-184

Fixed requirmets overriding

1a98c578135dddb129de1ac83710c28e92e6a5ea authored over 9 years ago by Alexander Kuvaev <[email protected]>
fix(App): fixed requirmets overriding

9c135eb790fa16183e5bdb2009ddc3cf9e25f99f authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #183 from Vinatorul/issue179

Fixed confusing error message

a7e6e00a11c20cadbde0c457aafa777864374eac authored over 9 years ago by Alexander Kuvaev <[email protected]>
fix: fixed confusing error message, also added test for it

fc7a31a745efbf1768ee2c62cd3bb72bfe30c708 authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #181 from Vinatorul/tests_1

New tests and old tests improvements

af6b58f97da60996374fd64e36fb7d6aa6016e7c authored over 9 years ago by Alexander Kuvaev <[email protected]>
tests: test for multiple flags in single

999456969dff0a85c48d421e52edd9d18a54161c authored over 9 years ago by Alexander Kuvaev <[email protected]>
tests: tests for flag using

56ea693084029e3e5d2b60fe9860b4ca3059c12a authored over 9 years ago by Alexander Kuvaev <[email protected]>
tests: addet options values testing to some tests

38fb26b9d7d61fdff22b33b397bbdd08b62852dc authored over 9 years ago by Alexander Kuvaev <[email protected]>
tests: tests for options using

215fc821a725aebe1169d87392b60e708d7ec92f authored over 9 years ago by Alexander Kuvaev <[email protected]>
Merge pull request #180 from Vinatorul/tests

Rewrote test for multiple occurrences

34257da00007a4180e0b0b58d0b9f7213d5a63fe authored over 9 years ago by Kevin K <[email protected]>
tests: rewrote test for multiple occurrences

133a26c2fbfd17e864599ba1c1ed2a358da560c1 authored over 9 years ago by Alexander Kuvaev <[email protected]>
chore: increase version

7cb5e7f3f5bd43b3b533ad40c1593b6a7d6e65e5 authored over 9 years ago by Kevin K <[email protected]>
docs(README.md): updates for new features

16cf9245fb5fc4cf6face898e358368bf9961cbb authored over 9 years ago by Kevin K <[email protected]>
tests: adds tests for posix compatible conflicts

754d6b7dd1be2c24372e82b24f003bdb9af52b61 authored over 9 years ago by Kevin K <[email protected]>