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
847001ff6d8f4d9518e810fefb8edf746dd0f31e authored over 9 years ago by Kevin K <[email protected]>
45e481cb1c8788c8c707aeadeb7cd1e993c86251 authored over 9 years ago by Kevin K <[email protected]>
When using number_of_values() or value_names() you no longer have to set
.multiple(true) unless ...
4a23f1b484d6026bf57795c6c36335d1914cad8a authored over 9 years ago by Kevin K <[email protected]>
a1fb94be53141572ffd97aad037295d4ffec82d0 authored over 9 years ago by Kevin K <[email protected]>
37a925d2b98df936c174d03f47d0f26bbbb1da42 authored over 9 years ago by Kevin K <[email protected]>
f66334d0ce984e2b56e5c19abb1dd536fae9342a authored over 9 years ago by Kevin K <[email protected]>
0b165e28cad03c275f128ed99eefdc769c901c70 authored over 9 years ago by Kevin K <[email protected]>
51087b693b4371295c2cd8edead6c6e1f0e49b19 authored over 9 years ago by Kevin K <[email protected]>
7ab5037402c26a041842d511efb83da2832053c5 authored over 9 years ago by Kevin K <[email protected]>
c236dc5ff475110d2a1b80e62903f80296163ad3 authored over 9 years ago by Kevin K <[email protected]>
a29c3983c4229906655a29146ec15a0e46dd942d authored over 9 years ago by Kevin K <[email protected]>
93c4a7231ba1a08152648598f7aa4503ea82e4de authored over 9 years ago by Kevin K <[email protected]>
80352bfdb4c1028c740142f0f9e863c7f4d05cd6 authored over 9 years ago by Kevin K <[email protected]>
4a11b30066046b45cbe2d91858c27676bd5e927c authored over 9 years ago by Kevin K <[email protected]>
Bug fixes, performance changes, and some clean up
Fixes #96
88d976c6f11a6ff605e82f683dc7efdf80d7cee3 authored over 9 years ago by Kevin K <[email protected]>4de05f65fb3a996b59007d9875450f7dd5ad0aa0 authored over 9 years ago by Kevin K <[email protected]>
713cab8a4f23497906b5e46e7fd8cadad5913b7d authored over 9 years ago by Kevin K <[email protected]>
Closes #96
12aea9612d290845ba86515c240aeeb0a21198db authored over 9 years ago by Kevin K <[email protected]>82b0c5c3d704398e0f040530bd036c16b9dd0ab3 authored over 9 years ago by Kevin K <[email protected]>
22aef2ab45defd2e657913e2aea1b966fd0fcde6 authored over 9 years ago by Kevin K <[email protected]>
08635e6b5eecba0ccccf476ea56dd1cc7e355a11 authored over 9 years ago by Kevin K <[email protected]>
Formats all source using rustfmt
6874d4cabb2911e12490dd907cebe3d5abe22b31 authored over 9 years ago by Kevin K <[email protected]>72c1110f0730c2af5f81cba039ec2c15756294b8 authored over 9 years ago by Kevin K <[email protected]>
chore(cargo): fix documentation URL
aa1a1f8813109a840601a4657d4e922bb582832d authored over 9 years ago by Kevin K <[email protected]>2126525ccc5c6a1b483d52317af692a02951b0ca authored over 9 years ago by Sebastian Thiel <[email protected]>
1f1fc04e1eba3a93a8b7a3c60afd8fb265a98a79 authored over 9 years ago by Kevin K <[email protected]>
9fa6ea7cc67cb345eacc2268cdc463e7c6265ecc authored over 9 years ago by Kevin K <[email protected]>
86d92c9fdbf9f422442e9562977bbaf268dbbae1 authored over 9 years ago by Kevin K <[email protected]>
82d03638d397b7210a7961aa2dfe21971b27b54a authored over 9 years ago by Kevin K <[email protected]>
ace479a11c9ff70ed03ec0b029efed600ed29f74 authored over 9 years ago by Kevin K <[email protected]>
0d123a0d86e25589bbe36ba2186af0d035125188 authored over 9 years ago by Kevin K <[email protected]>
abc31077b050dc510379cc42e9ba897cc3dbcdae authored over 9 years ago by Kevin K <[email protected]>
e75f30422226c4347afb3bbc91ac364cf75c5cd5 authored over 9 years ago by Kevin K <[email protected]>
Adds support for #88
Closes #89
Closes #88
Closes #82
53f6b8c9d8dc408b4fa9f833fc3a63683873c42f authored over 9 years ago by Kevin K <[email protected]>
cf7f6c80cd436c5db1110b80bec0e56771b5f6c4 authored over 9 years ago by Kevin K <[email protected]>
ae09f05e92251c1b39a83d372736fcc7b504e432 authored over 9 years ago by Kevin K <[email protected]>
42d9b142b790d6563cd29df3aec3b00e7e2ccd40 authored over 9 years ago by Kevin K <[email protected]>
6669f0a9687d4f668523145d7bd5c007d1eb59a8 authored over 9 years ago by Kevin K <[email protected]>
dd693ab86d36d98d3f5995869184e9a434f26005 authored over 9 years ago by Kevin K <[email protected]>
Closes #88
d77048efb1e595ffe831f1a2bea2f2700db53b9f authored over 9 years ago by Kevin K <[email protected]>Implements smart usage strings on error
d2fbe5a461abd0dd3dd3d91553ecc47914dc32c8 authored over 9 years ago by Kevin K <[email protected]>Breaking Change
Instead of requiring a Vec<&str> for various Arg::*_all() and
Arg::possible_val...
9e6af520a311bbe8dbe4fcab8faaa5e18b8873f7 authored over 9 years ago by Kevin K <[email protected]>
1c92ed0e72f2f1dbb525374c7f078cf62ef3de53 authored over 9 years ago by Kevin K <[email protected]>
79f7ecceaadf53b3179cd8d1d77c651c0721027a authored over 9 years ago by Kevin K <[email protected]>
Creating arguments from usage strings with no help text previously
dropped the final character i...
06304bf9f59a5eef8c4ddd3d9895cbcf4ec40d62 authored over 9 years ago by Kevin K <[email protected]>
550a2f3a05ba24bc3654cec77cc7224139cb50e4 authored over 9 years ago by Kevin K <[email protected]>
39d744cefd2b7d116f2220e093fa2f3023c5c481 authored over 9 years ago by Kevin K <[email protected]>
60c1b307ac8bd924f9dd28abb954c2f1e642c8d3 authored over 9 years ago by Kevin K <[email protected]>
9a47a59fe38cb1b7322457a66e762752b42932dd authored over 9 years ago by Kevin K <[email protected]>
784b8c72543369868f906912c2e5385148ff12ab authored over 9 years ago by Kevin K <[email protected]>
1209a15f51c3c76879192f2b90436c393758c0fa authored over 9 years ago by Kevin K <[email protected]>
Adds support for argument groups and bug fixes
c5122ae2df597fa5f0f056c003644ef568c44736 authored over 9 years ago by Kevin K <[email protected]>349927bfb1bff57d71dcea6879080c714b83dc06 authored over 9 years ago by Kevin K <[email protected]>
09eb4d9893af40c347e50e2b717e1adef552357d authored over 9 years ago by Kevin K <[email protected]>
4bb4c3cc076b49e86720e882bf8c489877199f2d authored over 9 years ago by Kevin K <[email protected]>
cfffb45aa43464c591ac4fc289dc1d29fa614a64 authored over 9 years ago by Kevin K <[email protected]>
17e3f141aa5fb95aa16c090dfd27ca5e9660843e authored over 9 years ago by Kevin K <[email protected]>
ac161fa3f477109dbb6e1383b83c6750e2e00025 authored over 9 years ago by Kevin K <[email protected]>
1e25abfc36679ab89eae71bf98ced4de81992d00 authored over 9 years ago by Kevin K <[email protected]>
050d3de5121774f705b7c85392ea04ffd535ed03 authored over 9 years ago by Kevin K <[email protected]>
This commit increases the performance a bit by using string slices
instead of owned strings. The...
258c97867defc2eb162b7945ddcafaf737f619be authored over 9 years ago by Kevin K <[email protected]>
71f60cc2231606235b468c64f5214386f2ea3e41 authored over 9 years ago by Kevin K <[email protected]>
b4758fec6fd9ef0060a690cd3357503554eb9b64 authored over 9 years ago by Kevin K <[email protected]>
b76129e9b71a63365d5c77a7f57b58dbd1e94d49 authored over 9 years ago by Kevin K <[email protected]>
d7c724dc6505bcdaa98c294b72004a02b639e97a authored over 9 years ago by Kevin K <[email protected]>
dc59b12eb020d23bee09f0d72a0b30117981e4cb authored over 9 years ago by Kevin K <[email protected]>
65cc259e4559cbe3653c865ec0c4b1e42a389b07 authored over 9 years ago by Kevin K <[email protected]>
e9e774558e6c7e1e134639c73650510b478bb235 authored over 9 years ago by Kevin K <[email protected]>
0c9eddfaf265bc1159cdea079b65445dd5febd71 authored over 9 years ago by Kevin K <[email protected]>
bba6196fdc4a787ea18694e48b9ff24fb7712bb8 authored over 9 years ago by Kevin K <[email protected]>
3bb4701b3b343a7ae23c7a9d9b02709f61f2e51f authored over 9 years ago by Kevin K <[email protected]>
bb9d0c377e4463e4f0ec2a7df1f3b529e7af696d authored over 9 years ago by Kevin K <[email protected]>
4fd44181d55d8eb88caab1e625231cfa3129e347 authored over 9 years ago by Kevin K <[email protected]>
c630969aa3bbd386379219cae27ba1305b117f3e authored over 9 years ago by Kevin K <[email protected]>
d7bf519acfd65a556f05b265cb435c9b3a8abd98 authored over 9 years ago by Kevin K <[email protected]>
8cb133bf7353d347ae50f4146af843a6ba2ae5dd authored over 9 years ago by Kevin K <[email protected]>
86e4075eb111937c8a7bdb344e866e350429f042 authored over 9 years ago by Kevin K <[email protected]>
e7f77353b99a427a7b7b07c68a58649a85e2b18a authored over 9 years ago by Kevin K <[email protected]>
31b476ca998868d7013ee808ebe97c9cf3716e50 authored over 9 years ago by Kevin K <[email protected]>
bd10dadebe68ff0f6d1b675aef543fd9885430b6 authored over 9 years ago by Kevin K <[email protected]>
14d810d072dcf35d4c111aff7cbc6c36993b20a5 authored over 9 years ago by Kevin K <[email protected]>
refactor(clap): restructure matched args for performance and dedup
3a1daaf95763ae3d74ee85df62bd8fbdd9b9a3f7 authored over 9 years ago by Kevin K <[email protected]>f0eea9da43f66f4282774c6f5000b6c585f10e3c authored over 9 years ago by Kevin K <[email protected]>
02aa217612b2829409666ee4f18979a85fb5ce13 authored over 9 years ago by Kevin K <[email protected]>
Err type of FromStr trait changed from &'a str->String in order
to allow showing valid values on...
35d40d97b73b9330b97d6dbb9bf7dc39ec510134 authored over 9 years ago by Kevin K <[email protected]>
feat(macros): add ability to create enums pub or priv with derives
489be5427ea6301410254ceac9a6ee4da99b970d authored over 9 years ago by Kevin K <[email protected]>424f2968afee5f8b23ef2cdb69967c644364f300 authored over 9 years ago by Kevin K <[email protected]>
6ec7a748f42c5805720118d221562957aaf7eb9c authored over 9 years ago by Kevin K <[email protected]>
3ecbc4d159255439dbc1e9d0d0c3f083ee735827 authored over 9 years ago by Kevin K <[email protected]>
fb672aff561c29db2e343d6c607138f141aca8b6 authored over 9 years ago by Kevin K <[email protected]>
0ae14e08511f832f9b3aff4a9f144293b7567726 authored over 9 years ago by Kevin K <[email protected]>
178c50ffe64bd3b26589a051289b5e18f6c8d7ff authored over 9 years ago by Kevin K <[email protected]>
Add support for automatically implementing simple enums for use as types
69fd4ce1b2287cef0e214f77157771f112b1dd5b authored over 9 years ago by Kevin K <[email protected]>484584148c76c753d7ae428be327f956cb47d090 authored over 9 years ago by Kevin K <[email protected]>