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

Auto merge of #296 - kbknapp:issue-295, r=kbknapp

docs: fixes panic in 14_groups example

Closes #295

dcfe9652ee33a6443611512738842d9ebc593a38 authored over 9 years ago
docs: fixes panic in 14_groups example

Closes #295

945b00a0c27714b63bdca48d003fe205fcfdc578 authored over 9 years ago
Auto merge of #294 - huonw:no-star, r=Vinatorul

Avoid suggesting star dependencies.

A `*` version constraint makes it hard/impossible to releas...

edec5ae387f83cfcb5f0a81611960454fe5a524c authored over 9 years ago
chore: I'm a contributor!

45b101b2478c59093d5523072c448c752851b10a authored over 9 years ago
docs: avoid suggesting star dependencies.

A `*` version constraint makes it hard/impossible to release a breaking
change (e.g. clap 2.0) w...

d33228f40b5fefb84cf3dd51546bfb340dcd9f5a authored over 9 years ago
Merge branch 'master' of github.com:kbknapp/clap-rs

7d0ab22f7f26ea0540aa6c71205baea2f20c7c88 authored over 9 years ago
Auto merge of #292 - kbknapp:refactor, r=sru

Refactor

* Removes trailing whitespace
* Moves all the `bool` fields of `App` into a bitflags ...

32c9482a97add15879eccaa5264bd4c5ffe1ee57 authored over 9 years ago
refactor: removes legacy panics and fixes grammar

958ebb8629cd537cc297b4fd39da1dfa854fc53a authored over 9 years ago
tests(Hidden Args): adds tests

38ff779749f8dcf00bd1f110cd748556a051eea4 authored over 9 years ago
tests(AppSettings): adds some additional tests

1ac7e994911a7def097a9e6ab81c0ff6bfdd6d79 authored over 9 years ago
refactor: adds the hidden setting to AppSettings

b733bfbb6a96387e1bb3003eee55f391bb850837 authored over 9 years ago
refactor: changes some arg fields to flags internally

b01667ebb3a9dd1e7f81c80306d3a9e4ac52ce58 authored over 9 years ago
chore: updates dep graph

7ade4ff6f533f51b3e84d8bee442ddac7b3403d0 authored over 9 years ago
refactor(ArgBuilders): moves creation of builders to constructors

6f2926e7949ab5cf9403f7e5f24fec3736a44df7 authored over 9 years ago
refactor: fixes a typo in the arg settings

a9aae2ade4da738fed2137979cfbeb7c30ef0a73 authored over 9 years ago
refactor: fixes a typo in the app settings

f1031dac13a9068b163f0276d60dc097ec8553ae authored over 9 years ago
style: removes trailing whitespace

7005cf8c47416583e3d9fa91c3bd50113155c91a authored over 9 years ago
refactor: refactor app settings into flags

ffae52e64ba2cb68d66744640440dee593072125 authored over 9 years ago
chore: increase version

7224ce0f6115f0605a4edd79df53513e2ae95854 authored over 9 years ago
Auto merge of #291 - kbknapp:v1.4.3, r=Vinatorul

chore: increase version

b735f44ba056849b8d0bee760b108f9f1597c9d7 authored over 9 years ago
chore: increase version

76cad54fa4ece332e36090583d9ef57da68f08ca authored over 9 years ago
Auto merge of #289 - kbknapp:issue-277, r=Vinatorul

fix(Help Message): required args no longer double list in usage

Closes #277

01daf939b0be3d687ff83d7c9134e77d42524e0b authored over 9 years ago
Merge branch 'master' into issue-277

ed0d30c66dee4d30e5d39c993d372a47fec29f3b authored over 9 years ago
Auto merge of #290 - kbknapp:new-contribs, r=Vinatorul

New contribs

42ab5ef1b817729f16fd5441f12b63567526eafe authored over 9 years ago
chore: fixes broken clog link

7aabaa19f774f1161bd97e5c7e4973e286e0de20 authored over 9 years ago
chore: adds new contributors

9a81d8f2c2b5673ea6b3339a492e2c482d9fb70c authored over 9 years ago
fix(Help Message): required args no longer double list in usage

Closes #277

1412e639e0a79df84936d1101a837f90077d1c83 authored over 9 years ago
Auto merge of #288 - kbknapp:issue-287, r=sru

fix(Possible Values): possible value validation is restored

Closes #287

5d7ce3e87bac0965059b5358ce3435e38188cce7 authored over 9 years ago
fix(Possible Values): possible value validation is restored

Closes #287

f121ae749f8f4bfe754ef2e8a6dfc286504b5b75 authored over 9 years ago
Auto merge of #286 - grossws:patch-1, r=kbknapp

docs: use links to examples instead of plain text

Replaced plain text `example/` and `example/x...

1c5f4f20f4b4942ec0c85632d796869549b075b7 authored over 9 years ago
docs: use links to examples instead of plain text

Replaced plain text `example/` and `example/xx_some_example.rs` by links to examples dir and app...

bb4fe237858535627271465147add537e4556b43 authored over 9 years ago
Auto merge of #283 - kbknapp:issue-279, r=kbknapp

Issue 279

Allows accessing values by group name, and checking presence of any arg in a group in...

93521171d12b3b437777d155a4b250cfe2ec3583 authored over 9 years ago
tests: minor test improvements

e102c1be3f60294c785537c046fe87960a99efad authored over 9 years ago
tests(ArgGroups): adds tests for ArgGroups

closes #279

af8bfb161096e40ed5cf6b19294d520326dd9b54 authored over 9 years ago
feat: allows accessing arg values by group name

c92a4b9eff2d679957f61c0c41ff404b40d38a91 authored over 9 years ago
Auto merge of #276 - Vinatorul:dev, r=@james-darkfox

chore: update .travis.yml to upload docs with YAML features

5943ec026a1317652e0c89d3183a4609330672e5 authored over 9 years ago
chore: update .travis.yml to upload docs with YAML features

4737a0809f1bb48eb0e07ab79ad73496d8ecf0b6 authored over 9 years ago
Auto merge of #273 - kbknapp:inc-ver, r=sru

chore: increase version

58c2c741d2d05bbe9a12921b3bbf912593d70328 authored over 9 years ago
chore: increase version

203dfcadc1b3fedf176c53cc5ed1bf55010eb9a7 authored over 9 years ago
Auto merge of #272 - kbknapp:issue-271, r=kbknapp

fix(Conflicts): fixes bug with conflicts not removing required args

Closes #271

9af30f0b15b3f7021ab20464ab7a51c5ea47f12a authored over 9 years ago
fix(Conflicts): fixes bug with conflicts not removing required args

Closes #271

e17fcec53b3216ad047a13dddc6f740473fad1a1 authored over 9 years ago
Auto merge of #268 - kbknapp:inc-ver, r=Vinatorul

chore: increase version

b096c4b51faafd740980b524f25a730aa33fb96d authored over 9 years ago
chore: increase version

f21ecf8535833082854b6c5e500566dc69acf353 authored over 9 years ago
Auto merge of #265 - kbknapp:issue-262, r=james-darkfox

Issue 262 - Result and Lossy options for invalid Unicode

This allows not `panic!`ing on invalid...

313d46abeba76067ac93556c5979a40be2292b6a authored over 9 years ago
docs: properly names Examples section for rustdoc

87ba54451d7ec7b1c9b9ef134f90bbe39e6fac69 authored over 9 years ago
tests(Unicode): adds safe unicode tests

8b1b261616b38e223a99e2fafe4488c057685e19 authored over 9 years ago
feat(Unicode): allows non-panicing on invalid unicode characters

c5bf7ddc8cfb876ec928a5aaf5591232bbb32e5d authored over 9 years ago
Auto merge of #263 - Vinatorul:dev, r=kbknapp

fix(ArgGroup) added asserts to help users to configure clap properly

Also I've added tests for ...

3d0199da880bb4345a320ab981080bda2c92bd9d authored over 9 years ago
Merge branch 'master' into dev

4ed03cde7305de91afe47d491377519be19a9f58 authored over 9 years ago
Auto merge of #264 - Vinatorul:chore, r=Vinatorul

chore: add new contributors to list

b8e47f151b5d1f2e9a6724397ae12fd715f5728d authored over 9 years ago
chore: add new contributors to list

760615e01fe547dd39e24ea749b079832e745bbb authored over 9 years ago
fix(ArgGroup) added asserts to help users to configure clap properly

Also I've added tests for this change

a87c5cd660216646760876b2309633ebb4b101cf authored over 9 years ago
Auto merge of #261 - kbknapp:issue-254, r=kbknapp

docs(Arg): unhides fields of the Arg struct

5b7a4a03bb95fec83e3bfff9cd72ee1c4da40d2a authored over 9 years ago
docs(Arg): unhides fields of the Arg struct

931aea88427edf43a3da90d5a500c1ff2b2c3614 authored over 9 years ago
Auto merge of #260 - nelsonjchen:typo_fixes, r=kbknapp

Various typo fixes

Some various typo fixes and commas and stuff.

I did change one thing thou...

398b46756b0011f3b80beca36ab6a5305de9b2ec authored over 9 years ago
Add Contributor

7bf65c1bf73b6802bd5c4a8914d5b38448669976 authored over 9 years ago
docs: fixes various typos and spelling

f85640f9f6d8fd3821a40e9b8b7a34fabb789d02 authored over 9 years ago
Merge pull request #257 from alex-gulyas/fix-missing-flush

fix(App): flush the buffer in App::print_version()

40104afe9d124b658569656ca643dc0a9d813216 authored over 9 years ago
fix: flush the buffer in App::print_version()

cbc42a37d212d84d22b1777d08e584ff191934e7 authored over 9 years ago
Merge pull request #255 from Vinatorul/tests

Some new tests for positionals

320209c9524824e5a52ad2754b873432c88c8b41 authored over 9 years ago
tests: some new tests for positionals

eb65a07a910434582a433382273340844462c54f authored over 9 years ago
Merge pull request #253 from daboross/patch-1

Replace crate_version!() macro with simpler call; r=james-darkfox

f9efb54c1d63086453e5a98e5c3c543a023dbbe8 authored over 9 years ago
Replace crate_version!() macro with simpler call

As of https://github.com/rust-lang/cargo/pull/1094, cargo publishes the full crate version as `C...

ffe14588826db70a494378d51c2a33e1f9962be0 authored over 9 years ago
Merge pull request #250 from kbknapp/new-benches

PRs accepted out of order

f76e4fd833a12cf918daad9d9f77cc0955f8aa87 authored over 9 years ago
Merge branch 'master' into new-benches

1316d211c25a314dc45a4389040dffb08890348a authored over 9 years ago
Merge pull request #248 from james-darkfox/new-benches

fix: Macro benchmarks

091f0960666905b19632cec09705cd66c6f7cec9 authored over 9 years ago
Merge pull request #246 from kbknapp/new-benches

New benches

400af3ca3ab4ba350a637c5367179392ba4e5cec authored over 9 years ago
fix: Macro benchmarks

13712da1d36dc7614eec3a10ad488257ba615751 authored over 9 years ago
Merge branch 'master' into new-benches

cf99d7aad010ab27b384d356b61934613f428a33 authored over 9 years ago
tests: adds benches for builder vs from_usage

87f3a47eaa53b8a68d47b885b61ba75615ee6fe7 authored over 9 years ago
Merge pull request #243 from kbknapp/Readme_fixes

Quick examples fixes

6f3f80ec339138a111839a9745e17c0005a8c793 authored over 9 years ago
Merge branch 'master' into Readme_fixes

1e805a13948bbaa2848fdff32d45addc6fb8e9d9 authored over 9 years ago
Merge pull request #244 from sru/toc

Table of Contents

e5e4244f0ad5ff504acd2d27aefe814f9dc270f2 authored over 9 years ago
chore(README.md): add table of contents

44fe789a66bc8799fddc55b48d2d343576d3f4ad authored over 9 years ago
chore(README.md): shorten 'How to Contribute' section

283588c2b78c9281c6588281e030dd3d6893c34b authored over 9 years ago
chore: update README.md

f587fb83194b3607ffae18085bc532d49ede628e authored over 9 years ago
examples: add clap_app quick example

4ba6249c3cf4d2e083370d1fe4dcc7025282c28a authored over 9 years ago
Merge pull request #241 from kbknapp/incver

chore: increase version

87c4743460be7556b81b8f4434f005dbf33c71f6 authored over 9 years ago
chore: increase version

07f6d63e173b0e0a6819e3554f5c335cda382a1e authored over 9 years ago
Merge pull request #240 from kbknapp/issue-231

Issue 231 + Others

60df15c6f5c7e76e81e4e0f85a63f9cfabecdd64 authored over 9 years ago
Merge branch 'master' into issue-231

c0c1613188885f19d5a3095aee0ce560fe028e52 authored over 9 years ago
Merge pull request #238 from james-darkfox/builder-macro

feat: Builder macro to assist with App/Arg/Group/SubCommand building

3d1bc938679c01ca582934d1f4e7bf4b0e6e5771 authored over 9 years ago
tests(App Help): tests writing of App help message

4a6ad4e73a5599146e99fd3b91ef1f0fa8e3fb6b authored over 9 years ago
feat(Errors): allows consumers to write to stderr and exit on error

1e6403b6a863574fa3cb6946b1fb58f034e8664c authored over 9 years ago
feat: allows printing help message by library consumers

56b95f320875c62dda82cb91b29059671e120ed1 authored over 9 years ago
New contributor!

a99e96d2240f8496e632e3856385c68431b34f94 authored over 9 years ago
tests(App): adds print_help test

f9c04aeb2c0b9a98366ccebb1d65165605be19d9 authored over 9 years ago
tests(Hidden Args): fixes tests to include hidden field

c92a98fb6758f6afff7658e778457289bff28ced authored over 9 years ago
feat: allows defining hidden args and subcmds

Closes #231

2cab4d0334ea3c2439a1d4bfca5bf9905c7ea9ac authored over 9 years ago
feat: Builder macro to assist with App/Arg/Group/SubCommand building

443841b012a8d795cd5c2bd69ae6e23ef9b16477 authored over 9 years ago
Merge pull request #237 from kbknapp/incver

chore: increase version

ebdd73f37ee2c5755778a89a35600b04d173eefc authored over 9 years ago
chore: increase version

211e9d7ab31e86dd1d0eba5eaf96261ecc795b8d authored over 9 years ago
Merge pull request #236 from kbknapp/interactive-cli

feat: adds abiltiy not consume self when parsing matches and/or exit …

6f97bd073ca981b3661fa4ae444496f031af3e43 authored over 9 years ago
feat: adds abiltiy not consume self when parsing matches and/or exit on help

94003db4b5eebe552ca337521c1c001295822745 authored over 9 years ago
Merge pull request #233 from kbknapp/readme

chore: fixes spelling in readme

f9144c978bf2abd8bb141f038004cdbe80de570d authored over 9 years ago
chore: fixes spelling in readme

26899e95cd01f35459b6a144cd5a7a2846749f14 authored over 9 years ago
Merge pull request #232 from kbknapp/rustfmt

Runs rustfmt against code base

7b01df69578027007ed103a836a7b378b2e31dca authored over 9 years ago
Merge branch 'master' into rustfmt

Closes #230

81ad800cd8b80ecf209213b445562774d817f840 authored over 9 years ago
style: post rustfmt run

40229efd992a76470f945b76cf8d08a4a7e5dfca authored over 9 years ago
Merge pull request #227 from Vinatorul/dev

Switching run_tests.py to Rust tests

72ff0b9c17592c366873a3f3c1dee7480081f0ae authored over 9 years ago