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: updates examples for 2x release

Closes #394

a210f89b84ccea8af44d664517ef84fa772cbcc8 authored about 9 years ago
chore: updates dep-graph

4d7c5675b948ca39faac317c7fe44cb4e3813aa5 authored about 9 years ago
fix: fixes nightly build with new lints

c28d24db3ee7ffd6f14a227444e3283a784e9d80 authored about 9 years ago
feat: adds support for comma separated values

This commit adds support for values separated by commas such as
--option=val1,val2,val3. It also...

c2e03a0a4e62b47cd56429f6c70d78519332dfd3 authored about 9 years ago
feat(UTF-8): adds support for invalid utf8 in values

Closes #269

e874a0d5e08dcb0322fa3d82a96791a3ed05c588 authored about 9 years ago
feat(v2): implementing the base of 2.x

This commit implements the base changes for clap 2.x

20de5c6e76aa4aa3a2461363840abd416076596e authored about 9 years ago
docs: updates documentation for v2 release

d2a78e3e213079a383f649dca90af858eb23d7e2 authored about 9 years ago
feat: adds support for external subcommands

External subcommands are now supported via the following:

```rust
extern crate clap;
use clap::...

609c06e11927a3b81b146e0745caa42770d58689 authored about 9 years ago
feat: adds support for turning off the value delimiter

Closes #352

35ad17a282a2f2c499ddae6b25a20f6f4589166e authored about 9 years ago
tests(Usage Parser): adds and fixes tests for usage parser

f17e150894c2e903aa167dc22527e327b1883393 authored about 9 years ago
tests: adds tests for comma separated values

28041cdad9d0f0b79ecd88d80ba4df3c743e18f7 authored about 9 years ago
imp(From Usage): vastly improves the usage parser

Closes #350

eb4de9215f4b9bc9b3f477a2320777a7c08f5d11 authored about 9 years ago
tests: fixes some failing doc tests

4c37b26a849305d85dbe9a0de5bf51b4b64b5803 authored about 9 years ago
tests: updated python tests to v2 info

0eba835968254f39e949f85f2d6bbe08a0798f7b authored about 9 years ago
feat: adds support with options with optional values

Closes #367

95e8209712c6506b2a11d7d241841b56693e9d4a authored about 9 years ago
tests: fixes broken python tests for optional values

8c5ab033e7caf50bbf53d7f1ab5c3901e3d3771c authored about 9 years ago
test(v2): fixing tests to pass under new v2 changes

7fc18e685f6037f1e0ef398cf8fb2a02b8ee82a7 authored about 9 years ago
docs(README.md): updates readme for v2 release

Closes #393

5f0da1200bec4cd30a2c75afcca529169702257b authored about 9 years ago
fix: fixes yaml build for 2x base

693aece2cbc88322032a847deceac2d7106ff086 authored about 9 years ago
refactor(v2): improving macros for code dedup

0031d7856474ca10bd5dde0914a9b95c0e89ea0d authored about 9 years ago
chore: clippy run

0410873d8d9eb3bda82f6982d09b17e5e774381e authored about 9 years ago
test(Yaml): fixes yaml tests

4192e1acea81a0bed5df8b6de48b16bf24c5bc43 authored about 9 years ago
feat: adds support values with a leading hyphen

By using AppSettings::AllowLeadingHyphen values starting with a
leading hyphen (such as a negati...

26ecadd25204171dbd0f0f1417bba51603334f1a authored about 9 years ago
refactor: removes some unnecessary code checks

e494672ffc4f16a0959092fc20cdcb14d80998bf authored about 9 years ago
docs: updating docs for 2x release

f1876388a7f5a5c5595053a1e5a250513b288168 authored about 9 years ago
tests: adds tests for values when delims have been turned off

474f27af43c226086ba5ec8f2bd0f8cbb1dd6a94 authored about 9 years ago
refactor(macros): uses macros to implement Settings enums

86f3e3397594f8312226c5a193608a054087805c authored about 9 years ago
tests: fixes tests for optional option values

32dd302f970c44726c3c0703d0dd09a0b62ea004 authored about 9 years ago
chore: removes unneeded function

bb52d2d194b60b4e197558d5d2f6053a2306b1ac authored about 9 years ago
feat: adds support changing the value delimiter

Closes #353

087114524595292a5a24043259e34d617de3001a authored about 9 years ago
tests(v2): updating yaml tests to new v2 base

d707fa0fad5bb33f7609eb0437747ec543d0a308 authored about 9 years ago
tests: adds tests for different value delimiters

7b0ff38fe71d040f2d6456098e90121204bd3e4b authored about 9 years ago
tests(Benches): fixes failing bench marks

60a61ddde65fe775009ca12560b57f56f01605af authored about 9 years ago
chore: adds new contributors

3d0a39b1b8d13fea440b2a396d3210b76a673c62 authored about 9 years ago
tests(v2): fixing more tests on the new v2 base

c3e96232c925c2040eb45f2fde4924b8114ebaa9 authored about 9 years ago
chore: bump dependencies bitflags and yaml-rust to latest version

Bump bitflags from 0.3.3 to 0.4.0 and yaml-rust from 0.2.2 to 0.3.0.

53f97805b3a2ee65b4d2b5624092e4c232bde2c0 authored about 9 years ago
chore: fix failing nightly

d3a48342257a4214741031b5666067c2962b2cc2 authored about 9 years ago
Auto merge of #396 - kbknapp:fix-nightly, r=kbknapp

chore: fix failing nightly

47fe5770fccc31c99cae04c36776adb052b4f870 authored about 9 years ago
Auto merge of #382 - sru:tests, r=kbknapp

tests(help): add tests for help subcommand

#166

56e2f752ac2a402a88dc350e7820af7456c2df11 authored about 9 years ago
tests(help): add tests for help subcommand

44cbed1a2a3f6032a4913d51580a792db3c00f2b authored about 9 years ago
Auto merge of #381 - sru:tests, r=sru

Tests

#166

Almost everything from run_tests.py except the suggestion...

113ed0284e4e3585aca92c82c5972ca4f80fe890 authored about 9 years ago
tests: add checks for help and version flag

32ef3264b948b7d5bc4292caf11e6cd75200cc01 authored about 9 years ago
tests(possible_values): add tests for possible values

1c41d1bf435041124824951d70050f471b2deb06 authored about 9 years ago
tests(multiple_values): add positional multiple values

e2c63cded7590fb7a017b0e90954aa25230c6f0e authored about 9 years ago
tests(subcommands): add subcommand tests

346450e6f1e1ce78cdc3b5f7d1b2ffae64361ba0 authored about 9 years ago
Auto merge of #378 - sru:readme-typo, r=kbknapp

docs(README.md): fix typo and make documentation conspicuous

Well, I thought scrolling through ...

34ea46969e66cc9bab915c50968bc02afd3f2ab8 authored about 9 years ago
docs(README.md): fix typo and make documentation conspicuous

07b9f61495d927f69f7abe6c0d85253f0f4e6107 authored about 9 years ago
Auto merge of #377 - sru:scopewide, r=kbknapp

Scopewide attributes

For `tests/yaml.rs`, it makes sense to use scope wide attribute, which app...

68d43311e0c4b53863e2fa670cca60ff46becc64 authored about 9 years ago
tests(yaml): use scope wide attribute

3936b28035fa98d95d81d27c7ad278ff4e9d274d authored about 9 years ago
tests(unicode): use scope wide attribute

b2d29b0a68939517fce646e06fe9e388c677e6f9 authored about 9 years ago
Auto merge of #375 - messense:messense-patch-1, r=Vinatorul

docs(App) Fix App.print_help documentation

b1264b7dbddf2e829791f36ea895ab609ee37298 authored about 9 years ago
docs(App) Fix App.print_help documentation

f0a0e4df50a024a89571c3b56da59816583208db authored about 9 years ago
Auto merge of #374 - bradurani:patch-2, r=kbknapp

Fixes missing word in README

Fixes sentence with missing word in README.md

f2a8a865755f824fceee318d8280430d6daacf37 authored about 9 years ago
Fixes missing word in README

Fixes sentence with missing word in README.md

9e08a92860c72f87864ca99f8aa0721201e7b5c7 authored about 9 years ago
Auto merge of #371 - kbknapp:v1.5.5, r=kbknapp

chore: increases version

37006c33527931bd45d4a141072d981ae9caf4e4 authored about 9 years ago
Auto merge of #370 - kbknapp:issue-368, r=kbknapp

Issue 368

449025065ba7430bffe2d10b30524985ddd3be53 authored about 9 years ago
Auto merge of #369 - kbknapp:clippy-updates, r=kbknapp

fix: fixes an intentional panic issue discovered via clippy

4be787bb294b86bc32b2da37e51e7f6468382096 authored about 9 years ago
chore: increases version

64ebaebab0122bb93a42c3f70733b369bbf6a168 authored about 9 years ago
Merge branch 'master' into issue-368

f04a40808b15c7965f284953a964455f917443fd authored about 9 years ago
fix: fixes an issue where invalid short args didn't cause an error

Closes #368

c9bf7e4440bd2f9b524ea955311d433c40a7d1e0 authored about 9 years ago
fix: prints the name in version and help instead of binary name

8f3817f665c0cab6726bc16c56a53b6a61e44448 authored about 9 years ago
fix: fixes an intentional panic issue discovered via clippy

ea83a3d421ea8856d4cac763942834d108b71406 authored about 9 years ago
Auto merge of #366 - kbknapp:clippy-update, r=Vinatorul

Clippy update

4e3bd166798ef30c212beb0f279b535341007568 authored about 9 years ago
chore(Readme): breaks out merit badges

cde0dedd66e97c0b4835a019da878b41e47932fa authored about 9 years ago
chore: updates clippy

55041bc8783ed752a2412243625f89f418b2c443 authored about 9 years ago
Auto merge of #359 - kbknapp:appveyor_test, r=Vinatorul

Added appveyor

for windows build tests.

**Do not merge, yet**

15512b834c17bc93a7bf105e62d0908d35707dbc authored about 9 years ago
chore: create appveyor.yml

For windows builds

816fa0df11080692768a1d21b980db69dfe3a893 authored about 9 years ago
chore: change badge

910cace3e6f1f64021ea850f55194008f8a14e5b authored about 9 years ago
tests(fmt): removes fmt tests from Windows builds

2b6511fe65e11824d188cbce6a39764515712674 authored about 9 years ago
chore: update README.md

84d45834449554cc7b346be26f845b27ad4aa27a authored about 9 years ago
chore: changes build command features for Windows builds in testing

b9ff14bfff79ef9ae37e3f6f766707874d40ccfe authored about 9 years ago
tests(unicode): removes unicode testing from Windows builds

6372b4844f38b172da61e04a7d0697501ce31e2d authored about 9 years ago
Auto merge of #364 - kbknapp:v1.5.4, r=Vinatorul

chore: increase version

ec09ea5baf30bd375d0197be03404a859933e5fd authored about 9 years ago
Auto merge of #363 - kbknapp:issue-362, r=Vinatorul

fix: ArgRequiredElseHelp setting now takes precedence over missing re…

…quired args

Closes #362

e886a52fb569dc0f0a5e313308abc10d0fe29173 authored about 9 years ago
chore: increase version

f1a454404c83e40d8d3d2d7f8eff992dac159499 authored about 9 years ago
fix: ArgRequiredElseHelp setting now takes precedence over missing required args

Closes #362

faad83fbef6752f3093b6e98fca09a9449b830f4 authored about 9 years ago
Auto merge of #358 - sru:test-multiple-values, r=Vinatorul

tests(multiple_values): move tests related to multiple values

#166.

Currently, there are four ...

27872270dbeced4d9c5abd97afea805c0a6d5ddd authored about 9 years ago
tests(multiple_values): move tests related to multiple values

389d14ab8574482f0cc2f4091c8b044129aebd00 authored about 9 years ago
Auto merge of #360 - sru:errors-wrong-num-values, r=Vinatorul

fix(errors): return correct error type in WrongNumValues error builder

d90b48befc8eba3d50e69f04053db8de40d40468 authored about 9 years ago
fix(errors): return correct error type in WrongNumValues error builder

5ba8ba9dcccdfa74dd1c44260e64b359bbb36be6 authored about 9 years ago
Auto merge of #356 - sru:optional-yaml-example, r=kbknapp

examples(17_yaml): conditinonally compile 17_yaml example

`cargo test` automatically compiles (...

f2e4159831378463550340b306cc8af36fa7a453 authored about 9 years ago
examples(17_yaml): conditinonally compile 17_yaml example

575de089a3e240c398cb10e6cf5a5c6b68662c01 authored about 9 years ago
Auto merge of #357 - kbknapp:updates, r=kbknapp

Updates

82f984504a37c92bca051a9627238ba32d61e480 authored about 9 years ago
imp: clippy improvements

99cdebc23da3a45a165f14b27bebeb2ed828a2ce authored about 9 years ago
chore: updates deps

6b54ba2e45fcb172004effff33e7e587d1dfa489 authored about 9 years ago
Auto merge of #349 - kbknapp:newlines, r=Vinatorul

Newlines

41bd23300de7e84d288b161073079e4fb9d49373 authored about 9 years ago
chore: increase version

b9ebc59c23705fd27ce92beed4f93583edc2237f authored about 9 years ago
fix(Errors): fixes some instances when errors are missing a final newline

c4d2b1711994479ad64ee52b6b49d2ceccbf2118 authored about 9 years ago
Auto merge of #347 - rnelson:fix-typo, r=Vinatorul

docs(Dependencies Tree): fixed a typo

f5f62642639723e0924825d08577ac678b7d55ee authored about 9 years ago
docs(Dependencies Tree): fixed a typo

71ba2da3f68b52bf648ff4968faa3e180e395516 authored about 9 years ago
Auto merge of #346 - kbknapp:issue-345, r=kbknapp

fix(Errors): fixes a compiling bug when built on Windows or without t…

…he color feature

Close...

cd13c10fa41a3465096efb410fa8d15c056dc399 authored about 9 years ago
chore: adds building without default features to simulate Windows builds

894ad01d68923459b8dc1487bc5376653f1c9414 authored about 9 years ago
chore: increase version

03d31e71a24f1ed64710d5345b92767546720e8e authored about 9 years ago
fix(Errors): fixes a compiling bug when built on Windows or without the color feature

Close #345

a35f76346fe6ecc88dda6a1eb13627186e7ce185 authored about 9 years ago
Auto merge of #344 - kbknapp:issue-343, r=Vinatorul

Issue 343

71f6daff92e973b90f816720d215ff7ecf94b9c0 authored about 9 years ago
chore: increase version

e81b733064efab51f35d01adb3ae2a63d377a87c authored about 9 years ago
fix(Required Args): fixes a bug where required args are not correctly accounted for

Closes #343

f03b88a9766b331a63879bcd747687f2e5a2661b authored about 9 years ago
Auto merge of #342 - kbknapp:readme_bug, r=kbknapp

chore: fixes a readme typo

31692c422c95ab25b5adcde4ad16140313d833ea authored about 9 years ago
Auto merge of #341 - kbknapp:v1.5, r=Vinatorul

V1.5

61a9c66cfbd0273fd5973ba3efd6d7ea88c4ddc7 authored about 9 years ago
chore: fixes a readme typo

b3aa117dae6de65345678d690986191a5b36a57c authored about 9 years ago