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

docs(Groups): explains required ArgGroups better

Closes #439

4ff0205b85a45151b59bbaf090a89df13438380f authored almost 9 years ago
test: fixes failing doc tests

e41a2f1bea501d7a86909918d0a7481b4df1f74c authored almost 9 years ago
chore: ignore failing clippy build

927d1da1c7f0c747c35ef284e3edaa858d1eb09e authored almost 9 years ago
feat(Subcommands): adds support for custom ordering in help messages

Allows custom ordering of subcommands within the help message. Subcommands with a lower
value wi...

7d2a2ed413f5517d45988eef0765cdcd663b6372 authored almost 9 years ago
feat(Opts and Flags): adds support for custom ordering in help messages

Allows custom ordering of args within the help message. Args with a lower value will be
displaye...

9803b51e799904c0befaac457418ee766ccc1ab9 authored almost 9 years ago
chore: fixes failing nightly lint

06c729f52f1bfd3b43b1291851f7123c1a2018df authored almost 9 years ago
Update VecMap to 0.6

150784ae2081d92718714e3ee7e7e7a0d742c8c7 authored almost 9 years ago
Auto merge of #441 - kbknapp:vecmap-update, r=kbknapp

Update VecMap to 0.6

@alexbool

This is the new PR for your commit - no further action required...

e2c104c8c5ec81493c2e74491ebcbcff18f16970 authored almost 9 years ago
Merge pull request #440 from kbknapp/clippy-update

chore: clippy run

87441b5f76973cdccec3711860607c7a04cddae4 authored almost 9 years ago
chore: clippy run

deace34ad22f9cbe4c1d8d236ee8070237f4df77 authored almost 9 years ago
Merge branch 'master' into clippy-update

1862b7c2f4554421085b02f0070d1d13566825e7 authored almost 9 years ago
Merge pull request #438 from th4t/master

Update README.md

63d3d147b0271cc121da9b6d63ab10d689542834 authored almost 9 years ago
Update README.md

A tiny typo in the README.

94c4335adc873bd83c352c517806fa240246223f authored almost 9 years ago
Auto merge of #435 - kbknapp:v2.1.2, r=kbknapp

chore: increase version

Closes #434

ffbb534f81c0b77c4adcf2aa371ec72330cfa40c authored almost 9 years ago
Auto merge of #433 - japaric:rustup, r=kbknapp

rustup: fix nightly

See details in the commits.

a5ceee21b5d29c261d2acf12e825b0b91c2fc327 authored almost 9 years ago
chore: increase version

Closes #434

0b673672262f1843a9ee21530a5024ce39a37fe2 authored almost 9 years ago
fix clippy warnings

56d14cbbb6ec4a4412d11922f20cc8aa20e83a51 authored almost 9 years ago
sprinkle #[derive(Copy)]

6c851f4314fd9d73a9cf334decb6b7961f71e047 authored almost 9 years ago
sprinkle #[allow(missing_debug_implementations)]

9a94ad8ad62c6da2d2a4aba6b07f6ed0ee87028a authored almost 9 years ago
rename OsStrExt2::{is_empty,len} to {is_empty_,len_}

OsStr recently gained unstable inherent methods with the same name. This rename
makes sure we do...

d752c17029598b19037710f204b7943f0830ae75 authored almost 9 years ago
chore: increase version

d0c956c1cee45adc4cf1d97853ea2181e7cad714 authored almost 9 years ago
Auto merge of #425 - kbknapp:issue-421, r=kbknapp

Issue 421, 427, and 429

This PR adds better examples for `Arg` methods as well as

* implements...

27d08bfb8dd69fed63bc37aaebe84782751c036e authored almost 9 years ago
chore: moves github specific files to .github dir

60c042481fab34d75e19861f069472db8065b217 authored almost 9 years ago
docs(AppSettings): clarifies that AppSettings do not propagate

Closes #429

3c8db0e9be1d24edaad364359513cbb02abb4186 authored almost 9 years ago
test: fixes failing doc tests

6efa298cba20dc6784a905f783e1954a615b367d authored almost 9 years ago
chore: clippy run

e2ec5f09ebfb757aef67b148b58081050cbff075 authored almost 9 years ago
chore: hides ArgSettings in docs

a834ae699088b7b427144be7d54ea5df7a8bd3cf authored almost 9 years ago
docs(Arg Examples): adds better examples

1e79cccc12937bc0e7cd2aad8e404410798e9fff authored almost 9 years ago
imp(Help): adds setting for next line help by arg

Adds a setting for both `AppSettings` and an `Arg` method which allows
placing the help text for...

066df7486e684cf50a8479a356a12ba972c34ce1 authored almost 9 years ago
Auto merge of #423 - kbknapp:issue-418, r=kbknapp

Issue 418

e08fdfb08a888d2d32024046525ae07d0c461716 authored almost 9 years ago
imp(Default Values): displays the default value in the help text

b37c010c1b680677b271b60900b2082f572c6f21 authored almost 9 years ago
chore: clippy run

1153e8af600c45c6a0029542bc74ad0e7297c2fd authored almost 9 years ago
chore: increase version

33fe291b3439f11307826cbb0e9947a90fc85587 authored almost 9 years ago
docs(Default Values): adds better examples and notes for default values

9facd74f843ef3807c5d35259558a344e6c25905 authored almost 9 years ago
tests: adds tests for default values

9250b1323cd9b54b1cf3f36e4f36e92b294cd00e authored almost 9 years ago
feat(Defult Values): adds support for default values in args

Closes #418

73211952964a79d97b434dd567e6d7d34be7feb5 authored almost 9 years ago
Auto merge of #422 - kbknapp:issue-420, r=kbknapp

Issue 420

When value names are use, they will be displayed in help and error
messages instead o...

e76d75197eddbd3391845ec1fcd962171f8ccb79 authored almost 9 years ago
chore: increase version

972761912a7985d6cc4f08e69c4298f9eccd24c2 authored almost 9 years ago
tests: adds tests for displaying positional args with value names

5460778f56c742498fcfd1b9afdd94df067813b6 authored almost 9 years ago
imp(Positional Arguments): now displays value name if appropriate

When value names are use, they will be displayed in help and error
messages instead of the argum...

f0a99916c59ce675515c6dcdfe9a40b130510908 authored almost 9 years ago
Auto merge of #419 - GrappigPanda:master, r=kbknapp

Grammatical pedantry

I originally set out to only change liftimes to lifetimes, but I got a lit...

dfca4ea238edc474a738e3278a5bf9a80400f739 authored almost 9 years ago
Update README.md

f0f425d5a44e214c4365a2b9ef2891a71fb2f3a7 authored almost 9 years ago
Grammatical pedantry

f0dbb8e939a620f44b76ab8b6187f04995ecb42f authored almost 9 years ago
Auto merge of #417 - kbknapp:issue-415, r=kbknapp

Issue 415

Relates to #415

f8ecb8e693b5159e1f894aeeb38e55d6f53587a0 authored about 9 years ago
tests(Multiple Values): fixes failing benches and adds tests to guard

26f2e5feb0dd706705de1e7907d5a228c14a4c7a authored about 9 years ago
chore: increase version

ea4dd195f99b27f79228f7a9ea0a4ff47170cfc5 authored about 9 years ago
tests(Multiple Values): adds test for exact number of values

2ba12b8b76eb886e174c757144bb75e8eec8d2e1 authored about 9 years ago
fix(Multiple Values): fixes bug where number_of_values wasnt respected

i.e. assume, option -O set to multiple, and number_of_values(1)
set. And assume a *required* pos...

72c387da0bb8a6f526f863770f08bb8ca0d3de03 authored about 9 years ago
chore: updates changelog

ff259626f7d28ae0c2ff23829beacac7b6110d42 authored about 9 years ago
tests(AppSettings): adds test for GlobalVersion

4f207a1195fb4af38711fa66bda76ac16166438f authored about 9 years ago
fix(AppSettings): fixes bug where subcmds didn't receive parent ver

Subcommands now receive the parent version when the setting
AppSettings::GlobalVersion has been ...

a62e452754b3b0e3ac9a15aa8b5330636229ead1 authored about 9 years ago
Auto merge of #414 - kbknapp:globalvers, r=kbknapp

Globalvers

106a13de0603f948d9330deaa0236968f9c1c204 authored about 9 years ago
Auto merge of #413 - kbknapp:v2.0.4, r=kbknapp

V2.0.4

Common 90% coverage! :pray:

990ddfbc9a610b2d857958dae9bd4b192e1b597d authored about 9 years ago
Auto merge of #411 - cite-reader:hyphen-doesnt-panic, r=kbknapp

fix: Stop lonely hyphens from causing panic

The method `starts_with` as implemented for the `Os...

355a5fdabd75d5a9aff9ea9054b11c45d55b3804 authored about 9 years ago
tests: adds tests for stdin char and only positional vals follow

a33e3df8f5478b80f936d0c157884260f8cc0022 authored about 9 years ago
tests(Suggestions): adds additional tests

8bcbce27f729988a03e8443ce09e14128b8c8622 authored about 9 years ago
fix: adds support for building ArgGroups from standalone YAML

ArgGroups can now be built from standalone YAML documents. This is
labeled as a fix because it s...

fcbc7e12f5d7b023b8f30cba8cad28a01cf6cd26 authored about 9 years ago
refactor(macros): removes ok() from Result.ok().expect()

7166f4f110fc175b4d32eb732b07f740994e2eea authored about 9 years ago
tests(ArgGroup): adds additional tests including YAML

2bc1908320457c0a187c34ce94a1b7516fb6b0b9 authored about 9 years ago
chore: increase version

9f7a4afea68c6ecbb75d6acfc1737ee48d76b83a authored about 9 years ago
fix: Stop lonely hyphens from causing panic

The method `starts_with` as implemented for the `OsStrExt2` trait on
`OsStr` assumed that the ne...

85b11468b0189d5cc15f1cfac5db40d17a0077dc authored about 9 years ago
Auto merge of #408 - kbknapp:minor-bug, r=sru

Bug fixes, new setting, code clean up, and added support u64::max values per arg

This turned in...

e47f825e97854d5d9ccd04813a45377c2cf7d6cb authored about 9 years ago
Merge branch 'master' into minor-bug

c31c2fbe0791b1c569e0f7f0c495cb503adc16f6 authored about 9 years ago
Auto merge of #409 - cstorey:master, r=kbknapp

Allow for more than 256 occurrences of an argument.

Hi,

I often use tools with `xargs` and the...

700db3f9b1235be21fe136f699ca785244be3e3e authored about 9 years ago
chore: Add myself to contributors.

f86a183e324f6d6d843c3fb8f1abafea9507af78 authored about 9 years ago
fix(matched_arg): Allow for more than 256 occurrences of an argument.

3731ddb361163f3d6b86844362871e48c80fa530 authored about 9 years ago
imp(values): adds support for up to u64::max values per arg

c19a7917451b566f7d54dc7b7e762d03aff8bf7a authored about 9 years ago
tests(multiples): adds tests for > u8::max vals and occurrences

07dfdd00eae0c14cf1700017f73c40e65566f2b8 authored about 9 years ago
refactor(macros): implements a slightly better arg_post_processing

2704b300ecccba9d4e22789826630af954e21f38 authored about 9 years ago
chore: increase version

dbea0e349ba2c5a6b9b7ed794d2720cec41ee982 authored about 9 years ago
refactor(macros): implements a better _handle_group_reqs

8f145f10244d061a7f56aa369181529da7f62265 authored about 9 years ago
refactor(macros): implements a better vec_remove and remove_overriden

de32078d75fed7dbef5a850cc1d5022c1fa83851 authored about 9 years ago
refactor: minor code cleanup

ca7f197a120e87d9394d3c223e3e4e2dee788e26 authored about 9 years ago
refactor(macros): does some code deduplication by macros

d431417003b193c4e9b00697e402e11b2ec2655c authored about 9 years ago
fix(value_t_or_exit): fixes typo which causes value_t_or_exit to return a Result

ee96baffd306cb8d20ddc5575cf739bb1a6354e8 authored about 9 years ago
feat(AppSettings): adds HidePossibleValuesInHelp to skip writing those values

cdee7a0eb2beeec723cb98acfacf03bf629c1da3 authored about 9 years ago
fix(App::args_from_usage): skips empty lines when parsing multiple lines from usage

be2cbd9480fcbd60c3011ca57f1d761185cf52bd authored about 9 years ago
tests: adds additional tests for new setting and missing old tests

7596951a30f973c58782b5fee24ad58e8be024b3 authored about 9 years ago
Auto merge of #407 - kbknapp:fixrollup, r=kbknapp

Fixrollup

bc091c4a78a41c15f8737b18d779a68ea173a030 authored about 9 years ago
imp(arg_enum): enum declared with arg_enum returns [&'static str; #] instead of Vec

ab41be700b7c73b91953ecb6fd236bb2ec095a33 authored about 9 years ago
chore: increase version

2564b3af11d8bccaa721013b5f23e26a81267f3d authored about 9 years ago
tests(SubCommands): adds tests for subcmds after mult args

4735f4d5cbd455e0da1b89be2719705b99c331ed authored about 9 years ago
fix(SubCommands): fixed where subcmds weren't recognized after mult args

Closes #405

c19c17a8850602990e24347aeb4427cf43316223 authored about 9 years ago
tests(Usage Parser): moves tests usage parser since that's what it's testing

816cec8152b2c7f7edfb3a0e413296f60265bd3c authored about 9 years ago
fix(Usage Parser): fixes a bug where literal single quotes weren't allowed in help strings

Closes #406

0bcc71206478074769e311479b34a9f74fe80f5c authored about 9 years ago
Auto merge of #404 - Keats:fix-macro, r=Vinatorul

fix: clap_app! should be gated by unstable, not nightly feature

Should fix #402

f50b8dbf98988126c989ff858ca2e7ac318e5a32 authored about 9 years ago
fix: clap_app! should be gated by unstable, not nightly feature

0c8b84af6161d5baf683688eafc00874846f83fa authored about 9 years ago
Auto merge of #403 - kbknapp:cargo-features, r=kbknapp

fix: fixes cargo features to NOT require nightly with unstable features

3067a12cab8ffb6d39c6c038377c4e44297707ad authored about 9 years ago
chore: increase version

998b0dfce00f311758b56c8597eb5cece8cc5d55 authored about 9 years ago
fix: fixes cargo features to NOT require nightly with unstable features

Closes #402

280ada7b843fe799ed7d7a128b101a9acf18638e authored about 9 years ago
Auto merge of #399 - kbknapp:rebase-v2, r=kbknapp

clap v2

Finally ready...

7b287d733559c1d0b850d019e07e087a6af450f9 authored about 9 years ago
chore: fixes doc and style mistakes

90542747ac990ed493e4c73313e099d96f28bf00 authored about 9 years ago
Auto merge of #397 - Geogi:bump-deps, r=kbknapp

chore: bump dependencies bitflags and yaml-rust to latest version

Bump `bitflags` from 0.3.3 to...

0b2a8a296f39ab645cf55682f5935cc3d43f8635 authored about 9 years ago
fix: fixes Windows build for 2x release

Closes #392

518b89bd3d97a1dabc5184c87f01b0f946ce79f9 authored about 9 years ago
docs: updates examples for 2x release

Closes #394

f8692a0b3a1bf032fd25edc0497ad958cafa4cd9 authored about 9 years ago
chore: adds new contributors

d374fd4def23899516188168996541cafd23c6e6 authored about 9 years ago
chore: updates additional files for 2x release

2031682193916c67ddfa7799bedc44a2f9e21686 authored about 9 years ago
chore: updates appveyor build file

c13963a30d4d044bc061eac121fbf2a20a1fc5e0 authored about 9 years ago
chore: increase version

bf8cd8f446d0799227ee5427c10abf23c7c45b85 authored about 9 years ago
chore: fixes failing rustdoc

d182049119bf98c49ece9e5bbdd910b3c2c13b20 authored about 9 years ago