Ecosyste.ms: OpenCollective

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

github.com/clap-rs/clap

A full featured, fast Command Line Argument Parser for Rust
https://github.com/clap-rs/clap

fix(help): fix formatting of help and usage

28691b52f67e65c599e10e4ea2a0f6f9765a06b8 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

e095f6268d7d5fac9bebb7f52c1f2f145c2de92d authored almost 10 years ago by Kevin K <[email protected]>
feat(help): add '...' to indicate multiple values supported

297ddba77000e2228762ab0eca50b480f7467386 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

c0ef0068618889184ba1d0a23a20977e1bd31ced authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): add sections features and contributing

7cf9659f5bac05edf830b484326f195672dc1cb7 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

918f52ea352c9aa5e877d64cee31b34c8ba0d8fe authored almost 10 years ago by Kevin K <[email protected]>
fix(help): fix formatting of help for flags and options

When options or flags have varying lengths of names and "long" version
the formatting gets corru...

6ec1011563a746f0578a93b76d45e63878e0f9a8 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

bddf50e8108b24e2f0be46698892191f4f396286 authored almost 10 years ago by Kevin K <[email protected]>
fix(args): fix bug in arguments who are required and mutually exclusive

When arguments are required-by-default and also mutually exclusive with
other arguments and the ...

6ceb88a594caae825605abc1cdad95204996bf29 authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

fb3ccd7aaf1c9b409946397fba6d7d618c480467 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

cdc32eb4693742de76aa9d8ac3b23008f49a43d9 authored almost 10 years ago by Kevin K <[email protected]>
feat(positionals): add assertions for positional args with multiple vals

b7fa72d40f18806ec2042dd67a518401c2cf5681 authored almost 10 years ago by Kevin K <[email protected]>
feat(positionals): add support for multiple values

Add support for #44 (multiple values for positional arguments) when the
positional argument is t...

807840094109fbf90b348039ae22669ef27889ba authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

f244ca6f9a770ac29659a5dc9b2d573c5f244e13 authored almost 10 years ago by Kevin K <[email protected]>
fix(apps): allow use of hyphens in application and subcommand names

da549dcb6c7e0d773044ab17829744483a8b0f7f authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

c214f72fb193eb0f5504ede51a11ca4b0993e9f4 authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): update the readme

d2ee5359c8b7218c34d6eba46af596e2d2d3a00c authored almost 10 years ago by Kevin K <[email protected]>
fix(args): determine if the only arguments allowed are also required

0a09eb365ced9a03faf8ed24f083ef730acc90e8 authored almost 10 years ago by Kevin K <[email protected]>
docs(examples): add examples on default values and specific value sets

62ec95aa1dac0ec182dd58658edc79a76b98f448 authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

ee8e0f0046c182c318ee1a4b036a8b0d14d96800 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

70ecb0a0e5561d1e95dda0713cee802fd2679479 authored almost 10 years ago by Kevin K <[email protected]>
feat(args): add support for a specific set of allowed values on options

or positional arguments

270eb88925b6dc2881bff1f31ee344f085d31809 authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

bcd1fa728e89b8961fc843a9f2c1f82c822ed650 authored almost 10 years ago by Kevin K <[email protected]>
fix(usage): display required args in usage, even if only required by others

1b7316d4a8df70b0aa584ccbfd33f68966ad2a54 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

16a609183a95107b59e73792ec14433c24b1d5e5 authored almost 10 years ago by Kevin K <[email protected]>
chore(CHANGELOG): update changelog

20f3e773e34ed485898463913f2d8b7f6a7a9fb7 authored almost 10 years ago by Kevin K <[email protected]>
feat(subcommands): properly list subcommands in help and usage

SubCommands should be listed as parent-subcommand in help, but parent
subcommand in usage

4ee023442abc3dba54b68138006a52b714adf331 authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

ad43f3a5ea0148d84638e60c2b48ed4b44ede055 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

24ec2da5bf95f7086de6782e11563c49edc9c40e authored almost 10 years ago by Kevin K <[email protected]>
fix(tests): remove cargo test from claptests makefile

1cf73817d6fb1dccb5b6a23b46c2efa8b567ad62 authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): update readme

fb403da00a896c6c58e1640dee2b508ef6e9c8fc authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): update help info

28811d83248c050d647c0cf13b2323d38d78aaa6 authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): update the readme

6bed75a13614d62cee103bb286baf23f9af78e4e authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

726ef3f2972e8efd39d2aa7bb5f02be09ebf650e authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

012ff7f8a96a4164d18192c84a536690b9832e68 authored almost 10 years ago by Kevin K <[email protected]>
fix(option): fix bug with option occurrence values

9af52e93cef9e17ac9974963f132013d0b97b946 authored almost 10 years ago by Kevin K <[email protected]>
fix(tests): fix testing script bug and formatting

d8f03a55c4f74d126710ee06aad5a667246a8001 authored almost 10 years ago by Kevin K <[email protected]>
test(clap): add automated tests

3834433c20d0abbd5de5c20ea5c9fe4743383e4f authored almost 10 years ago by Kevin K <[email protected]>
feat(arg): allow lifetimes other than 'static in arguments

9e8c1fb9406f8448873ca58bab07fe905f1551e5 authored almost 10 years ago by Kevin K <[email protected]>
Added initial version of test script

76f015e5c8b52e7fa6fa32c90dda7aca3a55c9b1 authored almost 10 years ago by Kevin K <[email protected]>
Fixed tests makefile and script

8de3908458ed8928e4aaed287fc62bf637fa45dc authored almost 10 years ago by Kevin K <[email protected]>
removed unneeded ref in print_help() for options

564b1db183565d2ad7b483c7ef27c84c0339f168 authored almost 10 years ago by Kevin K <[email protected]>
Removed extra tab when printing help

de64e3d79f8bcc64f668e2dddb878065152e1755 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #32 from kbknapp/dev

Fixes for print_help()

b8f42fa824f3aaac908e9d9a62200c11c99ba836 authored almost 10 years ago by Kevin K <[email protected]>
Changed to online repo

10d7908f5315994f4205db32fc397c1c805066d2 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #31 from kbknapp/dev

Rollup of dev branch

f27548044cce2a0663a50a4e466bbb49688a2309 authored almost 10 years ago by Kevin K <[email protected]>
fixed claptests cargo.toml

201d4007878819de50f74631a56c7a33caca54d8 authored almost 10 years ago by Kevin K <[email protected]>
Adding tests

83b1ee8c3a30a51e0c01b11bf3fe03122e590c8c authored almost 10 years ago by Kevin K <[email protected]>
Working on adding tests

bf28d969f8945ff2f3ddd87dae7d2cfc6829716a authored almost 10 years ago by Kevin K <[email protected]>
Update Makefile

28a89b8ec26e1b1e5b615b2bd766614d900cf7fc authored almost 10 years ago by Kevin K <[email protected]>
Using real place holder values to keep travis-ci builds from failing

42c83f19c881680c9b8b5fa83c26831325ecd719 authored almost 10 years ago by Kevin K <[email protected]>
Fixed Makefile typo

b84a9df863f37e2e4c851df8bde8f8e90a5e2e6a authored almost 10 years ago by Kevin K <[email protected]>
Changed cargo placeholder format of claptests

3f134896f88ab7a4ecf69f21543f507cd4deb930 authored almost 10 years ago by Kevin K <[email protected]>
Adding tests

0cce6b871530966f866732c2babd4e1e92502701 authored almost 10 years ago by Kevin K <[email protected]>
Removed unneeded Box<>

b4caf8a21bb9506a28faa772c4980916bae958f5 authored almost 10 years ago by Kevin K <[email protected]>
Update Cargo.toml

2fdf7342e1049ac4dc38e7bf4eb4654750bcb61a authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #30 from kbknapp/extrabox

Removed unneeded Box<>

eedfdcdac9785c6a5ba06de620862af80f16647c authored almost 10 years ago by Kevin K <[email protected]>
Updated cargo.toml

427eaff25eb2334bb69c527ceb3a0ecb0d08f261 authored almost 10 years ago by Kevin K <[email protected]>
testing to_owned()

d906701b0eff32759cdf386221be3fac9a6e4379 authored almost 10 years ago by Kevin K <[email protected]>
version bump and rebuilt docs

b047104d9a0039b4cef4faa8e29116a1f5aaa5fd authored almost 10 years ago by Kevin K <[email protected]>
Added test application

c7f22728f19710f17ed4e2f07a12e9f8b6113f3b authored almost 10 years ago by Kevin K <[email protected]>
Added auto-version example

b0a47a50049e8e264ef82a23fd48a22af61a4b8b authored almost 10 years ago by Kevin K <[email protected]>
rebuilt docs

44830a01557a38c40fedcc3ec406fd70efb3aba1 authored almost 10 years ago by Kevin K <[email protected]>
version bump

a85bc491858012ebffe15de086673e1ecee9e8f4 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #29 from kbknapp/patch-28

Closes #28

a81f915c2d27f0d04d9db9feecb1a8c047963eba authored almost 10 years ago by Kevin K <[email protected]>
Closes #28 - Changed App name, version, about, author, and usage to allow lifetimes other than 'static

6286d4b008966e4c96d48dd94823a3347db9728d authored almost 10 years ago by Kevin K <[email protected]>
Bug fixes with multiple options

aed37da635847592ea7d83709b4f84ac7d68eb52 authored almost 10 years ago by Kevin K <[email protected]>
Bug fixes

46bcf02a2fccb79ec864308a054bd93158ecdf0f authored almost 10 years ago by Kevin K <[email protected]>
Fixed doc error

66dab467605de15dcac492a39ed404b1aded9c6f authored almost 10 years ago by Kevin K <[email protected]>
Updated changelog

b22cda47a4ba9cc3f817562b2982a3d4642961ce authored almost 10 years ago by Kevin K <[email protected]>
Version bump and rebuilt docs

76e374e527628580b0e309ee88fe23a987ef7a97 authored almost 10 years ago by Kevin K <[email protected]>
Fixed makefile bug

eff1ef4ff1d885e7991883e164c98f862a17c8bb authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #27 from kbknapp/dev

Cleaned up several bux and changed runtime representation of args to lower mem reqs

0051f2e0841f2991cd17aed41875f88f08ee493f authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #26 from kbknapp/tests

Moved tests to tests/ directory and crate

36fc7d1482c1847277bca69c4b65561db14e4e14 authored almost 10 years ago by Kevin K <[email protected]>
Moved tests to tests/ directory and crate

0f7bc363cecbfd2b5110368abbcd745b40a678e5 authored almost 10 years ago by Kevin K <[email protected]>
Cleaned up codebase...a little

d5d1554b5e37c6c034e42e6c5ed71486c3050da4 authored almost 10 years ago by Kevin K <[email protected]>
Fixed link in readme

221fca08811fe69a35d521f0b76be23cc6602ff5 authored almost 10 years ago by Kevin K <[email protected]>
Rebuilt docs

09ab0cac4a15b381f25a4385cad0308b6d186b9f authored almost 10 years ago by Kevin K <[email protected]>
Bumped version

b7843a241f6f9673a6210ef03dfb75ad7921bc8b authored almost 10 years ago by Kevin K <[email protected]>
Added changelog

831c30b6c6e23092a718579e7c3dadc9e37552b1 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #25 from kbknapp/patch-22

Fixed #22

eed324c749dbc4c895169a6e1daaed8c7cf82f00 authored almost 10 years ago by Kevin K <[email protected]>
Fixed #22

cf4dc688a56a69bc286d4de4da294270fb2caec8 authored almost 10 years ago by Kevin K <[email protected]>
Added SubCommand examples

8a3a2f42bfa013e90fb7dea7debc990daf79252c authored almost 10 years ago by Kevin K <[email protected]>
Added option examples

ba55418f7e14f9c9f2db59004536ca0a5aec808d authored almost 10 years ago by Kevin K <[email protected]>
Update README.md

6e4f3822e6e3f17c2c17760960c97841b74377a3 authored almost 10 years ago by Kevin K <[email protected]>
Excluded examples/

adbce3bdc47223d289d144a4e009ac51d1241895 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #24 from kbknapp/examples

Closes #23

360b894413bcf84583aa24c68d153b72273c9e37 authored almost 10 years ago by Kevin K <[email protected]>
Added more examples

464b2aa1a38df31307933451941b9a225d666274 authored almost 10 years ago by Kevin K <[email protected]>
Initial commit for better examples

9d2d384b3ad001a4720f060dbac86f2b145a8edf authored almost 10 years ago by Kevin K <[email protected]>
Inc'ed version after PR #21 - doc copy commands to Makefile

ac91f2a38ed24869c80787df607cf300c6e61203 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #21 from archer884/master

Remove assertion on multi args.

3c96d4340a193583274c4007abc4c9ec2177edbe authored almost 10 years ago by Kevin K <[email protected]>
Remove assertion on multi args.

There's an assertion on line 322 of clap-rs/master that prevents any arg
where `multiple == true...

1e1271ed8faffae34169842a21f2e98519146c77 authored almost 10 years ago by J/A <[email protected]>
Inc'ed version after PR #15 and #16 - fixed formatting error in examples

641972c3ad0a8461ec1e3f68728ef81d53757bb4 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #16 from untitaker/make

Add makefile magic

dde61de6454abb67aa084c2a2a76299b25f6f28d authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #19 from kbknapp/multopts

Closes #17

ba0f6dabcc3f96cdec2e0181f6179ecd3434678a authored almost 10 years ago by Kevin K <[email protected]>
Closes #17

19c205b72d60c0e36452885220dfba933912ce3f authored almost 10 years ago by Kevin K <[email protected]>
Closes #17

01e3fc6ddd91091cef933a4b724b02998e21cba4 authored almost 10 years ago by Kevin K <[email protected]>
Add build instructions

7ca46bc708a8cfcbd9f3eb8c5221eccb4d621442 authored almost 10 years ago by Markus Unterwaditzer <[email protected]>
This breaks for rustdoc

40175241579b40b0c4ba6352dbfa85e8f36b21fd authored almost 10 years ago by Markus Unterwaditzer <[email protected]>
Deduplicate docs

5abee664b2b9e86f23ac795410e168a1a10f6aa0 authored almost 10 years ago by Markus Unterwaditzer <[email protected]>