Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/clap-rs/clap_derive

Custom derive for clap.
https://github.com/clap-rs/clap_derive

Update README.md

acea444f962a0d7c8126273739d4df8bdb152624 authored almost 5 years ago by Pavan Kumar Sunkara <[email protected]>
Ported all the commits from structopt (#23)

* Automatic naming of fields and subcommands (#143)

* Introduce smarter parsing of doc commen...

0352bb30c897b00af88ad240e8e6f4aaf1855d05 authored almost 5 years ago by Pavan Kumar Sunkara <[email protected]>
Merge pull request #21 from deg4uss3r/derive_public_parse_fn

Adding pub to the parse functions

2622165be3f061f65fe6b345f4235e7365918244 authored about 5 years ago by Dylan DPC <[email protected]>
Added unreachable pub attribute to the parsing functions

dfbbf863c1e47d3d5edbd2a3aceefbc4b4ea510d authored about 5 years ago by Ricky <[email protected]>
Adding pub to the parse functions

4e732000def7753615c0565fd2f56def9fb1f836 authored about 5 years ago by Ricky <[email protected]>
Merge pull request #20 from pksunkara/no-default-about

refactor: Do not use cargo description as default

4a46684b1c522fe3fd45d653d6ba6c7cb885baa5 authored about 5 years ago by Dylan DPC <[email protected]>
refactor: Do not use cargo description as default

6b2f870c341a4ab6568cc53ab7e23a9750ff094e authored about 5 years ago by Pavan Kumar Sunkara <[email protected]>
test: Get 'cargo test' working with clap v3 (#18)

a829ad08ac2cf3b067ddc88af53b245b3b2251fb authored about 5 years ago by Pavan Kumar Sunkara <[email protected]>
Fix for clap changes in lifetimes, subcommand and get_matches_* (#16)

727ab1b82c410e73a35824269c364c40d792c57f authored over 5 years ago by Pavan Kumar Sunkara <[email protected]>
refactor(ArgEnum): comments out all ArgEnum functionality until functional

2fad2c8ae4b5c61a2bf343b4eed636d60bb161bf authored over 6 years ago by Kevin K <[email protected]>
chore: make clap git dep branch explicit

57c7d920ba6603934ed5f4f47a4cb4a7041bda94 authored over 6 years ago by Kevin K <[email protected]>
Fix failing `basic` test

Converts the `short` argument to a `char` as expected by `clap-rs`

c9ffc66f45e6b8bc68cc6edd6c054210c0f0974a authored over 6 years ago by Alan K <[email protected]>
chore: changes clap to a git dependency

eabee2111be29a1cb7d9f6335dec9027312e2e24 authored over 6 years ago by Kevin K <[email protected]>
Merge pull request #14 from kbknapp/make-tests-pass

tests: Make tests pass

2c670d53f4082493139d1063033a6eb4e63aaff5 authored over 6 years ago by Kevin K <[email protected]>
Removed some unnecessary builder methods

48f83e0f53ca17fcdb6eb4609afedefc5f2342d1 authored over 6 years ago by Alan K <[email protected]>
Removed the empty default value test

d7f5484c28b497a815fd5e66e6ec7ec6a248ad7b authored over 6 years ago by Alan K <[email protected]>
Updates to multiple occurences for v3-clap

750d186c307a127cb807feee2d7175977cfdb1c2 authored over 6 years ago by Alan K <[email protected]>
tests: fixes function calls to use the convenience functions and correct trait

tests: changes function calls to convenience functions and correct trait

09b39eac0a81a6a07492f4c496d5b02ffda858f8 authored over 6 years ago by Kevin K <[email protected]>
refactor: fixes use statements to stop traits from being imported multiple times

4695d71fdba243cb41feb85c1e7cf74e8f8134ec authored over 6 years ago by Kevin K <[email protected]>
refactor: changes validator signature to match v3

cbd378e5398861526d8365d68843194d060268b4 authored over 6 years ago by Kevin K <[email protected]>
tests: adds a basic test to use while developing

1b257f54b88b670dfe51ee4530207480fbd69ec0 authored over 6 years ago by Kevin K <[email protected]>
refactor: finishing touches to make most of the tests pass

521a7dcd42d33ef697527f10b3f13c49482d34f6 authored over 6 years ago by Kevin K <[email protected]>
chore: adds derive feature for clap proper

6b45f8d2757531a6d73215d9bf7dcd0d9c65cda1 authored over 6 years ago by Kevin K <[email protected]>
refactor: continues refactor and small fixes from refactorings

b145684448c81b35812aca620b396c63b7196156 authored over 6 years ago by Kevin K <[email protected]>
refactor: renames some of the uses in examples dir

e8d8121c068943c04b8bf05c4c8911a3aed1b8b5 authored over 6 years ago by Kevin K <[email protected]>
refactor: fixes some final renames in tests dir

db45c06935bfb6b1182234188b337a46606ecb60 authored over 6 years ago by Kevin K <[email protected]>
refactor: continues rename of enum impls

eae3f9b9a07a9e871ac6bd851fa0043c886c6d9a authored over 6 years ago by Kevin K <[email protected]>
refactor: splits the code into three traits and continues the rename

b06dd3a9fc818fb2c878c8d29ec51bda09df519e authored over 6 years ago by Kevin K <[email protected]>
docs(CONTRIBUTORS.md): adds a contributors file

760ace40ab15d43479d0a13b451e880ed49a9a2e authored over 6 years ago by Kevin K <[email protected]>
Merge pull request #12 from kbknapp/intial-rename

Intial rename

abda074780890973fd4199b9b0459f0ded17a5e3 authored over 6 years ago by Kevin K <[email protected]>
refactor: renames uses in tests

49c975a4002e846d619582ec3c3892799b8edaf5 authored over 6 years ago by Kevin K <[email protected]>
chore: adds local dev dependency of clap for tests and examples

0be7a308b85c66c25baee8d3edb0acc9ee69da47 authored over 6 years ago by Kevin K <[email protected]>
refactor: renames use cases in examples dir

25d52ea56a0d18eb54d4519c9785e8bc95f98826 authored over 6 years ago by Kevin K <[email protected]>
chore: fixes clippy version number

88162951ae40e54af83de347b72cd08e0de38570 authored over 6 years ago by Kevin K <[email protected]>
refactor: Begins the rename process

f8d4bf3c97178553c4a71e32970761705f02f039 authored over 6 years ago by Kevin K <[email protected]>
docs(README.md): updates the readme with the rename

129418e846e7b4ee26f18784666ea7fee263736c authored over 6 years ago by Kevin K <[email protected]>
chore: updates the copyright notices

31c68526843d1a75fb2d2b644677e9a67b13687d authored over 6 years ago by Kevin K <[email protected]>
Merge pull request #11 from kbknapp/meta-files

chore: updates meta files for the repo

d8ec4ade3c311f439c5d7bf0cd31a12c06afde65 authored over 6 years ago by Kevin K <[email protected]>
chore: updates meta files for the repo

4089561e99d51e5c146e19e1de7b05910bf9b1cd authored over 6 years ago by Kevin K <[email protected]>
chore: completed merge

da8402f0dcdaeae7fcc6c611f8fadc1cddde2cb9 authored over 6 years ago by Kevin K <[email protected]>
chore: initial merge of both repos

0be39eebfa0af51c8df18812e7991383b67a850b authored over 6 years ago by Kevin K <[email protected]>
chore: moves structopt files into temp dir

44fad54b2f801b7acea02fd33e2e89c73338f673 authored over 6 years ago by Kevin K <[email protected]>
Merge remote-tracking branch 'origin-structopt/master'

61edf0f2ccb93842f7f584fcf2e442cce98b59b4 authored over 6 years ago by Kevin K <[email protected]>
chore: moved old clap_derive to temp folder

8916c4772a685f17da75b4a1931455a8a41a58d8 authored over 6 years ago by Kevin K <[email protected]>
chore: cleanup initial commit

d152d85519e27c56ae594521c2bb5468f6393241 authored over 6 years ago by Kevin K <[email protected]>
Merge remote-tracking branch 'origin-clap_derive/master'

aa69cc3a041fb89e9af4b41b89429f07e8cf65cc authored over 6 years ago by Kevin K <[email protected]>
Initial commit

c7d3c1112adaf80f3cdc73057e07e9bff5aa22ad authored over 6 years ago by Kevin K <[email protected]>
Add a simple group example (#120)

ea76fa1b1b273e65e3b0b1046643715b49bec51f authored over 6 years ago by Bruce Adams <[email protected]>
Explicitly mention doc comments in flatten error (#118)

d983649822b32bb6c11fb3ef9891f66258a6e5c9 authored over 6 years ago by spease <[email protected]>
Add a minimum rustc version policy (#116)

Fix #115

18192d8e50beef4139b73c009f9e98a884591643 authored over 6 years ago by Guillaume P <[email protected]>
fmt

de7fc7a08eb01641028a18a208980eb15edea4a3 authored over 6 years ago by Guillaume P <[email protected]>
v0.2.9

17bfde098dc537809df5eaa242618179008d3c69 authored over 6 years ago by Guillaume P <[email protected]>
fully qualify StructOpt when flattening (#112)

100d88fb8afac0e4605b4e55277b559fe8207ac7 authored over 6 years ago by Frank Benkstein <[email protected]>
update syn quote and proc_macro2 + fmt

01d34fb8d2e6595e4b84d353d50281466f05dc9e authored over 6 years ago by Guillaume Pinot <[email protected]>
fix Cargo authors list insertion code (#111)

87daa0bc8e698d049006455da391d61f38444589 authored over 6 years ago by windwardly <[email protected]>
fix nightly

869c2dcb9e3ae7056093a34c73f1dde997350e6e authored over 6 years ago by Guillaume Pinot <[email protected]>
Fix a bug when flattening an enum

Fix #103

70fbd88ae72b6c7346fbfa158b7d646b8114aaa0 authored over 6 years ago by Guillaume Pinot <[email protected]>
Allow clap features to be activated independently (#100)

4111f9c6f8e4a2020921cc872d6078373d50785d authored over 6 years ago by Clément Renault <[email protected]>
Add StructOpt::from_iter_safe method (#98)

I would like to be able to test argument parsing, which requires an error
value, not a `process...

ccb04a30cc3fbb76bdf4453aeb82101e69bdc092 authored over 6 years ago by Brandon W Maister <[email protected]>
Add an example using clap group.

be8543813e39b19f8342779a6b62d4d9f6f762bb authored over 6 years ago by Guillaume P <[email protected]>
v0.2.7

560df68ed2a66e3902f4dd732d636b577a022319 authored over 6 years ago by Guillaume P <[email protected]>
Support flattening common options from a struct (#92)

Fix #21

a91411742c6e4d9fbacc170f21afb5d22dedc337 authored over 6 years ago by Georg Brandl <[email protected]>
subcommand aliases example

5cb7888988a071fb925e9c841ef9101d8c660108 authored over 6 years ago by Guillaume P <[email protected]>
Disallow `default_value` and `required` for Option (#88)

d59117a9fcdb42da159876e0ced712d794ab4079 authored over 6 years ago by Clément Renault <[email protected]>
Update `syn`, `quote` and `proc-macro2` (#87)

* Remove `my_quote` and replace with plain `quote`

5b883fcdaa9906d463d53465d32bcead157ff823 authored almost 7 years ago by hcpl <[email protected]>
v0.2.6

0a5edfd5ad29b3d44b0a9b96e4758d75fd821c7b authored almost 7 years ago by Guillaume Pinot <[email protected]>
Improve the keyvalue example

91f4f41ee7414ec08305374d7d1d66db132fa0ba authored almost 7 years ago by Guillaume P <[email protected]>
Fix link in CHANGELOG.md

c9aff7c05025355d730ac9e75de98d1d9084df4d authored almost 7 years ago by Guillaume P <[email protected]>
Fail compilation when using `default_value` or `required` with `bool`

Fix #80

94ea6452d2ff15109fc1d6305d99d2ead946df35 authored almost 7 years ago by Guillaume Pinot <[email protected]>
Fix compilation with `#[deny(warnings)]` with the `!` type

https://github.com/rust-lang/rust/pull/49039#issuecomment-376420816

71e2c05adec185d2a592d0733a133124cf37e83c authored almost 7 years ago by Guillaume Pinot <[email protected]>
Fix the `--nb-cars` option in the example (#85)

ce62bcaa064fc65a4f82e049424a1aecd5a913c9 authored almost 7 years ago by Thomas Vincent <[email protected]>
Improve the first example in the documentation

Fix #82

c1ec5f973258607e8e2e28c977ddc2d4e18ce51e authored almost 7 years ago by Guillaume P <[email protected]>
Add an example with at least 2 arguments

73b6b672cae13740c90c1ca2aab0a891c7b8380d authored almost 7 years ago by Guillaume P <[email protected]>
Add no_version example

495cc1f5e3dbde7ee4590217107f4db26951c8f6 authored almost 7 years ago by Guillaume P <[email protected]>
Add an example for KEY=value argument as asked in #79

b043260eb3decf8946aaa7fb2af4bdcb72d04f3f authored almost 7 years ago by Guillaume P <[email protected]>
v0.2.5

d529fe6435ff65d95bbc469e7c6f9004ce829e46 authored almost 7 years ago by Guillaume Pinot <[email protected]>
Use `proc_macro2::Span::call_site` for all quotes (#77)

This avoids breakage when deriving `StructOpt` when `proc_macro2`'s nightly
feature is enabled....

f9a76516197b349797abef60e2fa3deb8c4e5850 authored almost 7 years ago by Nick Fitzgerald <[email protected]>
v0.2.4

f26ce8b769cddd01aeaaa9625701085bd5fb9d00 authored almost 7 years ago by Guillaume Pinot <[email protected]>
Re-license to Apache-2.0/MIT (#71)

72784f3bd42886abddb930fb8f410bf699df41ad authored almost 7 years ago by Christopher Durham <[email protected]>
Fix #76

f5338997d18cf1c728b48b082c87668faf007ec6 authored almost 7 years ago by Guillaume Pinot <[email protected]>
Fix compilation with `#![deny(missig_docs]`

fix #74

7251a0a9438a2d9ff5250c53b17e92d51b8a0903 authored almost 7 years ago by Guillaume Pinot <[email protected]>
An empty line in a doc comment will result in a double linefeed

fix #69

c7447cd06320569644ace5241a8798be95e01065 authored almost 7 years ago by Guillaume Pinot <[email protected]>
Use `r#"str"#` when appropriate

78d4aa00a027372c14c2f39ba58a67f1c356908f authored almost 7 years ago by Guillaume Pinot <[email protected]>
Fix #66

12acd6121a7c2524539fe83dda07b53d0648c56d authored almost 7 years ago by Guillaume Pinot <[email protected]>
Update CHANGELOG.md

615a8d324ed07e4b8cae2caf97b56b1a818595dd authored almost 7 years ago by Guillaume P <[email protected]>
Fix #65

a488c9252413d5624034108dff42d71f41033262 authored almost 7 years ago by Guillaume Pinot <[email protected]>
fix a bug around enum tuple and the about message in the global help

b80dffcc4736fb2911fd52fb1566842ba6ea7c58 authored almost 7 years ago by Guillaume Pinot <[email protected]>
Use proper path to 'PathBuf' in README

`PathBuf` is in `std::path`, not `std::fs`.

2fadb8a20e6c3bced36250a1d9d2458867df58fe authored almost 7 years ago by Sergio Benitez <[email protected]>
Set the date of v0.2.0 in the CHANGELOG.md

1fad3f8bb55f383b1a4ea0824368e573d76e9fa3 authored almost 7 years ago by Guillaume Pinot <[email protected]>
correct typo

1383d64d102e1843b47dfde826aee577e9df6c92 authored almost 7 years ago by Guillaume Pinot <[email protected]>
Rename `from_any` to `from_iter`

53d520264f8c35335e37340d3b6cba635459d146 authored almost 7 years ago by Guillaume Pinot <[email protected]>
Add informations about `StructOpt::from_any` method to the changelog

28bee51ec114a20127e4e0c26522fa62fd65b46e authored almost 7 years ago by Kerollmops <[email protected]>
Add the `from` method to parse from any Iterator

12ec0ba5e0b15982d6bd17316f53d9864756503a authored almost 7 years ago by Kerollmops <[email protected]>
Add COPYING to structopt-derive

Fix #61

c488ebf3ae021df61149aa61135a433f5496a6d2 authored almost 7 years ago by Guillaume Pinot <[email protected]>
Add a link to the changelog in the readme

e046a86f3977b0d0bf796c7f9f1adbe43742d091 authored almost 7 years ago by Guillaume Pinot <[email protected]>
Add test for the options

3e7d843d8268f627776fb15a9f356663af35be7e authored almost 7 years ago by Guillaume Pinot <[email protected]>
Add an example for enum in arg using clap

Fix #42

43ef963e65babb592d46c1ece0f2d849dea37192 authored almost 7 years ago by Guillaume Pinot <[email protected]>
Fix a bug arround required(true)

0d2c765e4ce94d04b6d8d9098bc4e63f4a810811 authored almost 7 years ago by Guillaume Pinot <[email protected]>
Update README.md

b33ca47ab4e705633ff8c128e0bc91d3ffedd9ae authored almost 7 years ago by Guillaume P <[email protected]>
Update syn and friends

bc027432497787e7bdbdfaccb8787d33396d4eb8 authored almost 7 years ago by Guillaume Pinot <[email protected]>