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
Closes #439
4ff0205b85a45151b59bbaf090a89df13438380f authored almost 9 years agoe41a2f1bea501d7a86909918d0a7481b4df1f74c authored almost 9 years ago
927d1da1c7f0c747c35ef284e3edaa858d1eb09e authored almost 9 years ago
Allows custom ordering of subcommands within the help message. Subcommands with a lower
value wi...
Allows custom ordering of args within the help message. Args with a lower value will be
displaye...
06c729f52f1bfd3b43b1291851f7123c1a2018df authored almost 9 years ago
150784ae2081d92718714e3ee7e7e7a0d742c8c7 authored almost 9 years ago
Update VecMap to 0.6
@alexbool
This is the new PR for your commit - no further action required...
e2c104c8c5ec81493c2e74491ebcbcff18f16970 authored almost 9 years agochore: clippy run
87441b5f76973cdccec3711860607c7a04cddae4 authored almost 9 years agodeace34ad22f9cbe4c1d8d236ee8070237f4df77 authored almost 9 years ago
1862b7c2f4554421085b02f0070d1d13566825e7 authored almost 9 years ago
Update README.md
63d3d147b0271cc121da9b6d63ab10d689542834 authored almost 9 years agoA tiny typo in the README.
94c4335adc873bd83c352c517806fa240246223f authored almost 9 years agochore: increase version
Closes #434
ffbb534f81c0b77c4adcf2aa371ec72330cfa40c authored almost 9 years agorustup: fix nightly
See details in the commits.
a5ceee21b5d29c261d2acf12e825b0b91c2fc327 authored almost 9 years agoCloses #434
0b673672262f1843a9ee21530a5024ce39a37fe2 authored almost 9 years ago56d14cbbb6ec4a4412d11922f20cc8aa20e83a51 authored almost 9 years ago
6c851f4314fd9d73a9cf334decb6b7961f71e047 authored almost 9 years ago
9a94ad8ad62c6da2d2a4aba6b07f6ed0ee87028a authored almost 9 years ago
OsStr recently gained unstable inherent methods with the same name. This rename
makes sure we do...
d0c956c1cee45adc4cf1d97853ea2181e7cad714 authored almost 9 years ago
Issue 421, 427, and 429
This PR adds better examples for `Arg` methods as well as
* implements...
27d08bfb8dd69fed63bc37aaebe84782751c036e authored almost 9 years ago60c042481fab34d75e19861f069472db8065b217 authored almost 9 years ago
Closes #429
3c8db0e9be1d24edaad364359513cbb02abb4186 authored almost 9 years ago6efa298cba20dc6784a905f783e1954a615b367d authored almost 9 years ago
e2ec5f09ebfb757aef67b148b58081050cbff075 authored almost 9 years ago
a834ae699088b7b427144be7d54ea5df7a8bd3cf authored almost 9 years ago
1e79cccc12937bc0e7cd2aad8e404410798e9fff authored almost 9 years ago
Adds a setting for both `AppSettings` and an `Arg` method which allows
placing the help text for...
Issue 418
e08fdfb08a888d2d32024046525ae07d0c461716 authored almost 9 years agob37c010c1b680677b271b60900b2082f572c6f21 authored almost 9 years ago
1153e8af600c45c6a0029542bc74ad0e7297c2fd authored almost 9 years ago
33fe291b3439f11307826cbb0e9947a90fc85587 authored almost 9 years ago
9facd74f843ef3807c5d35259558a344e6c25905 authored almost 9 years ago
9250b1323cd9b54b1cf3f36e4f36e92b294cd00e authored almost 9 years ago
Closes #418
73211952964a79d97b434dd567e6d7d34be7feb5 authored almost 9 years agoIssue 420
When value names are use, they will be displayed in help and error
messages instead o...
972761912a7985d6cc4f08e69c4298f9eccd24c2 authored almost 9 years ago
5460778f56c742498fcfd1b9afdd94df067813b6 authored almost 9 years ago
When value names are use, they will be displayed in help and error
messages instead of the argum...
Grammatical pedantry
I originally set out to only change liftimes to lifetimes, but I got a lit...
dfca4ea238edc474a738e3278a5bf9a80400f739 authored almost 9 years agof0f425d5a44e214c4365a2b9ef2891a71fb2f3a7 authored almost 9 years ago
f0dbb8e939a620f44b76ab8b6187f04995ecb42f authored almost 9 years ago
Issue 415
Relates to #415
f8ecb8e693b5159e1f894aeeb38e55d6f53587a0 authored about 9 years ago26f2e5feb0dd706705de1e7907d5a228c14a4c7a authored about 9 years ago
ea4dd195f99b27f79228f7a9ea0a4ff47170cfc5 authored about 9 years ago
2ba12b8b76eb886e174c757144bb75e8eec8d2e1 authored about 9 years ago
i.e. assume, option -O set to multiple, and number_of_values(1)
set. And assume a *required* pos...
ff259626f7d28ae0c2ff23829beacac7b6110d42 authored about 9 years ago
4f207a1195fb4af38711fa66bda76ac16166438f authored about 9 years ago
Subcommands now receive the parent version when the setting
AppSettings::GlobalVersion has been ...
Globalvers
106a13de0603f948d9330deaa0236968f9c1c204 authored about 9 years agoV2.0.4
Common 90% coverage! :pray:
990ddfbc9a610b2d857958dae9bd4b192e1b597d authored about 9 years agofix: Stop lonely hyphens from causing panic
The method `starts_with` as implemented for the `Os...
355a5fdabd75d5a9aff9ea9054b11c45d55b3804 authored about 9 years agoa33e3df8f5478b80f936d0c157884260f8cc0022 authored about 9 years ago
8bcbce27f729988a03e8443ce09e14128b8c8622 authored about 9 years ago
ArgGroups can now be built from standalone YAML documents. This is
labeled as a fix because it s...
7166f4f110fc175b4d32eb732b07f740994e2eea authored about 9 years ago
2bc1908320457c0a187c34ce94a1b7516fb6b0b9 authored about 9 years ago
9f7a4afea68c6ecbb75d6acfc1737ee48d76b83a authored about 9 years ago
The method `starts_with` as implemented for the `OsStrExt2` trait on
`OsStr` assumed that the ne...
Bug fixes, new setting, code clean up, and added support u64::max values per arg
This turned in...
e47f825e97854d5d9ccd04813a45377c2cf7d6cb authored about 9 years agoc31c2fbe0791b1c569e0f7f0c495cb503adc16f6 authored about 9 years ago
Allow for more than 256 occurrences of an argument.
Hi,
I often use tools with `xargs` and the...
700db3f9b1235be21fe136f699ca785244be3e3e authored about 9 years agof86a183e324f6d6d843c3fb8f1abafea9507af78 authored about 9 years ago
3731ddb361163f3d6b86844362871e48c80fa530 authored about 9 years ago
c19a7917451b566f7d54dc7b7e762d03aff8bf7a authored about 9 years ago
07dfdd00eae0c14cf1700017f73c40e65566f2b8 authored about 9 years ago
2704b300ecccba9d4e22789826630af954e21f38 authored about 9 years ago
dbea0e349ba2c5a6b9b7ed794d2720cec41ee982 authored about 9 years ago
8f145f10244d061a7f56aa369181529da7f62265 authored about 9 years ago
de32078d75fed7dbef5a850cc1d5022c1fa83851 authored about 9 years ago
ca7f197a120e87d9394d3c223e3e4e2dee788e26 authored about 9 years ago
d431417003b193c4e9b00697e402e11b2ec2655c authored about 9 years ago
ee96baffd306cb8d20ddc5575cf739bb1a6354e8 authored about 9 years ago
cdee7a0eb2beeec723cb98acfacf03bf629c1da3 authored about 9 years ago
be2cbd9480fcbd60c3011ca57f1d761185cf52bd authored about 9 years ago
7596951a30f973c58782b5fee24ad58e8be024b3 authored about 9 years ago
Fixrollup
bc091c4a78a41c15f8737b18d779a68ea173a030 authored about 9 years agoab41be700b7c73b91953ecb6fd236bb2ec095a33 authored about 9 years ago
2564b3af11d8bccaa721013b5f23e26a81267f3d authored about 9 years ago
4735f4d5cbd455e0da1b89be2719705b99c331ed authored about 9 years ago
Closes #405
c19c17a8850602990e24347aeb4427cf43316223 authored about 9 years ago816cec8152b2c7f7edfb3a0e413296f60265bd3c authored about 9 years ago
Closes #406
0bcc71206478074769e311479b34a9f74fe80f5c authored about 9 years agofix: clap_app! should be gated by unstable, not nightly feature
Should fix #402
f50b8dbf98988126c989ff858ca2e7ac318e5a32 authored about 9 years ago0c8b84af6161d5baf683688eafc00874846f83fa authored about 9 years ago
fix: fixes cargo features to NOT require nightly with unstable features
3067a12cab8ffb6d39c6c038377c4e44297707ad authored about 9 years ago998b0dfce00f311758b56c8597eb5cece8cc5d55 authored about 9 years ago
Closes #402
280ada7b843fe799ed7d7a128b101a9acf18638e authored about 9 years agoclap v2
Finally ready...
7b287d733559c1d0b850d019e07e087a6af450f9 authored about 9 years ago90542747ac990ed493e4c73313e099d96f28bf00 authored about 9 years ago
chore: bump dependencies bitflags and yaml-rust to latest version
Bump `bitflags` from 0.3.3 to...
0b2a8a296f39ab645cf55682f5935cc3d43f8635 authored about 9 years agoCloses #392
518b89bd3d97a1dabc5184c87f01b0f946ce79f9 authored about 9 years agoCloses #394
f8692a0b3a1bf032fd25edc0497ad958cafa4cd9 authored about 9 years agod374fd4def23899516188168996541cafd23c6e6 authored about 9 years ago
2031682193916c67ddfa7799bedc44a2f9e21686 authored about 9 years ago
c13963a30d4d044bc061eac121fbf2a20a1fc5e0 authored about 9 years ago
bf8cd8f446d0799227ee5427c10abf23c7c45b85 authored about 9 years ago
d182049119bf98c49ece9e5bbdd910b3c2c13b20 authored about 9 years ago