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: fixes panic in 14_groups example
Closes #295
dcfe9652ee33a6443611512738842d9ebc593a38 authored over 9 years agoCloses #295
945b00a0c27714b63bdca48d003fe205fcfdc578 authored over 9 years agoAvoid suggesting star dependencies.
A `*` version constraint makes it hard/impossible to releas...
edec5ae387f83cfcb5f0a81611960454fe5a524c authored over 9 years ago45b101b2478c59093d5523072c448c752851b10a authored over 9 years ago
A `*` version constraint makes it hard/impossible to release a breaking
change (e.g. clap 2.0) w...
7d0ab22f7f26ea0540aa6c71205baea2f20c7c88 authored over 9 years ago
Refactor
* Removes trailing whitespace
* Moves all the `bool` fields of `App` into a bitflags ...
958ebb8629cd537cc297b4fd39da1dfa854fc53a authored over 9 years ago
38ff779749f8dcf00bd1f110cd748556a051eea4 authored over 9 years ago
1ac7e994911a7def097a9e6ab81c0ff6bfdd6d79 authored over 9 years ago
b733bfbb6a96387e1bb3003eee55f391bb850837 authored over 9 years ago
b01667ebb3a9dd1e7f81c80306d3a9e4ac52ce58 authored over 9 years ago
7ade4ff6f533f51b3e84d8bee442ddac7b3403d0 authored over 9 years ago
6f2926e7949ab5cf9403f7e5f24fec3736a44df7 authored over 9 years ago
a9aae2ade4da738fed2137979cfbeb7c30ef0a73 authored over 9 years ago
f1031dac13a9068b163f0276d60dc097ec8553ae authored over 9 years ago
7005cf8c47416583e3d9fa91c3bd50113155c91a authored over 9 years ago
ffae52e64ba2cb68d66744640440dee593072125 authored over 9 years ago
7224ce0f6115f0605a4edd79df53513e2ae95854 authored over 9 years ago
chore: increase version
b735f44ba056849b8d0bee760b108f9f1597c9d7 authored over 9 years ago76cad54fa4ece332e36090583d9ef57da68f08ca authored over 9 years ago
fix(Help Message): required args no longer double list in usage
Closes #277
01daf939b0be3d687ff83d7c9134e77d42524e0b authored over 9 years agoed0d30c66dee4d30e5d39c993d372a47fec29f3b authored over 9 years ago
New contribs
42ab5ef1b817729f16fd5441f12b63567526eafe authored over 9 years ago7aabaa19f774f1161bd97e5c7e4973e286e0de20 authored over 9 years ago
9a81d8f2c2b5673ea6b3339a492e2c482d9fb70c authored over 9 years ago
Closes #277
1412e639e0a79df84936d1101a837f90077d1c83 authored over 9 years agofix(Possible Values): possible value validation is restored
Closes #287
5d7ce3e87bac0965059b5358ce3435e38188cce7 authored over 9 years agoCloses #287
f121ae749f8f4bfe754ef2e8a6dfc286504b5b75 authored over 9 years agodocs: use links to examples instead of plain text
Replaced plain text `example/` and `example/x...
1c5f4f20f4b4942ec0c85632d796869549b075b7 authored over 9 years agoReplaced plain text `example/` and `example/xx_some_example.rs` by links to examples dir and app...
bb4fe237858535627271465147add537e4556b43 authored over 9 years agoIssue 279
Allows accessing values by group name, and checking presence of any arg in a group in...
93521171d12b3b437777d155a4b250cfe2ec3583 authored over 9 years agoe102c1be3f60294c785537c046fe87960a99efad authored over 9 years ago
closes #279
af8bfb161096e40ed5cf6b19294d520326dd9b54 authored over 9 years agoc92a4b9eff2d679957f61c0c41ff404b40d38a91 authored over 9 years ago
chore: update .travis.yml to upload docs with YAML features
5943ec026a1317652e0c89d3183a4609330672e5 authored over 9 years ago4737a0809f1bb48eb0e07ab79ad73496d8ecf0b6 authored over 9 years ago
chore: increase version
58c2c741d2d05bbe9a12921b3bbf912593d70328 authored over 9 years ago203dfcadc1b3fedf176c53cc5ed1bf55010eb9a7 authored over 9 years ago
fix(Conflicts): fixes bug with conflicts not removing required args
Closes #271
9af30f0b15b3f7021ab20464ab7a51c5ea47f12a authored over 9 years agoCloses #271
e17fcec53b3216ad047a13dddc6f740473fad1a1 authored over 9 years agochore: increase version
b096c4b51faafd740980b524f25a730aa33fb96d authored over 9 years agof21ecf8535833082854b6c5e500566dc69acf353 authored over 9 years ago
Issue 262 - Result and Lossy options for invalid Unicode
This allows not `panic!`ing on invalid...
313d46abeba76067ac93556c5979a40be2292b6a authored over 9 years ago87ba54451d7ec7b1c9b9ef134f90bbe39e6fac69 authored over 9 years ago
8b1b261616b38e223a99e2fafe4488c057685e19 authored over 9 years ago
c5bf7ddc8cfb876ec928a5aaf5591232bbb32e5d authored over 9 years ago
fix(ArgGroup) added asserts to help users to configure clap properly
Also I've added tests for ...
3d0199da880bb4345a320ab981080bda2c92bd9d authored over 9 years ago4ed03cde7305de91afe47d491377519be19a9f58 authored over 9 years ago
chore: add new contributors to list
b8e47f151b5d1f2e9a6724397ae12fd715f5728d authored over 9 years ago760615e01fe547dd39e24ea749b079832e745bbb authored over 9 years ago
Also I've added tests for this change
a87c5cd660216646760876b2309633ebb4b101cf authored over 9 years agodocs(Arg): unhides fields of the Arg struct
5b7a4a03bb95fec83e3bfff9cd72ee1c4da40d2a authored over 9 years ago931aea88427edf43a3da90d5a500c1ff2b2c3614 authored over 9 years ago
Various typo fixes
Some various typo fixes and commas and stuff.
I did change one thing thou...
398b46756b0011f3b80beca36ab6a5305de9b2ec authored over 9 years ago7bf65c1bf73b6802bd5c4a8914d5b38448669976 authored over 9 years ago
f85640f9f6d8fd3821a40e9b8b7a34fabb789d02 authored over 9 years ago
fix(App): flush the buffer in App::print_version()
40104afe9d124b658569656ca643dc0a9d813216 authored over 9 years agocbc42a37d212d84d22b1777d08e584ff191934e7 authored over 9 years ago
Some new tests for positionals
320209c9524824e5a52ad2754b873432c88c8b41 authored over 9 years agoeb65a07a910434582a433382273340844462c54f authored over 9 years ago
Replace crate_version!() macro with simpler call; r=james-darkfox
f9efb54c1d63086453e5a98e5c3c543a023dbbe8 authored over 9 years agoAs of https://github.com/rust-lang/cargo/pull/1094, cargo publishes the full crate version as `C...
ffe14588826db70a494378d51c2a33e1f9962be0 authored over 9 years agoPRs accepted out of order
f76e4fd833a12cf918daad9d9f77cc0955f8aa87 authored over 9 years ago1316d211c25a314dc45a4389040dffb08890348a authored over 9 years ago
fix: Macro benchmarks
091f0960666905b19632cec09705cd66c6f7cec9 authored over 9 years agoNew benches
400af3ca3ab4ba350a637c5367179392ba4e5cec authored over 9 years ago13712da1d36dc7614eec3a10ad488257ba615751 authored over 9 years ago
cf99d7aad010ab27b384d356b61934613f428a33 authored over 9 years ago
87f3a47eaa53b8a68d47b885b61ba75615ee6fe7 authored over 9 years ago
Quick examples fixes
6f3f80ec339138a111839a9745e17c0005a8c793 authored over 9 years ago1e805a13948bbaa2848fdff32d45addc6fb8e9d9 authored over 9 years ago
Table of Contents
e5e4244f0ad5ff504acd2d27aefe814f9dc270f2 authored over 9 years ago44fe789a66bc8799fddc55b48d2d343576d3f4ad authored over 9 years ago
283588c2b78c9281c6588281e030dd3d6893c34b authored over 9 years ago
f587fb83194b3607ffae18085bc532d49ede628e authored over 9 years ago
4ba6249c3cf4d2e083370d1fe4dcc7025282c28a authored over 9 years ago
chore: increase version
87c4743460be7556b81b8f4434f005dbf33c71f6 authored over 9 years ago07f6d63e173b0e0a6819e3554f5c335cda382a1e authored over 9 years ago
Issue 231 + Others
60df15c6f5c7e76e81e4e0f85a63f9cfabecdd64 authored over 9 years agoc0c1613188885f19d5a3095aee0ce560fe028e52 authored over 9 years ago
feat: Builder macro to assist with App/Arg/Group/SubCommand building
3d1bc938679c01ca582934d1f4e7bf4b0e6e5771 authored over 9 years ago4a6ad4e73a5599146e99fd3b91ef1f0fa8e3fb6b authored over 9 years ago
1e6403b6a863574fa3cb6946b1fb58f034e8664c authored over 9 years ago
56b95f320875c62dda82cb91b29059671e120ed1 authored over 9 years ago
a99e96d2240f8496e632e3856385c68431b34f94 authored over 9 years ago
f9c04aeb2c0b9a98366ccebb1d65165605be19d9 authored over 9 years ago
c92a98fb6758f6afff7658e778457289bff28ced authored over 9 years ago
Closes #231
2cab4d0334ea3c2439a1d4bfca5bf9905c7ea9ac authored over 9 years ago443841b012a8d795cd5c2bd69ae6e23ef9b16477 authored over 9 years ago
chore: increase version
ebdd73f37ee2c5755778a89a35600b04d173eefc authored over 9 years ago211e9d7ab31e86dd1d0eba5eaf96261ecc795b8d authored over 9 years ago
feat: adds abiltiy not consume self when parsing matches and/or exit …
6f97bd073ca981b3661fa4ae444496f031af3e43 authored over 9 years ago94003db4b5eebe552ca337521c1c001295822745 authored over 9 years ago
chore: fixes spelling in readme
f9144c978bf2abd8bb141f038004cdbe80de570d authored over 9 years ago26899e95cd01f35459b6a144cd5a7a2846749f14 authored over 9 years ago
Runs rustfmt against code base
7b01df69578027007ed103a836a7b378b2e31dca authored over 9 years agoCloses #230
81ad800cd8b80ecf209213b445562774d817f840 authored over 9 years ago40229efd992a76470f945b76cf8d08a4a7e5dfca authored over 9 years ago
Switching run_tests.py to Rust tests
72ff0b9c17592c366873a3f3c1dee7480081f0ae authored over 9 years ago