Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/clap-rs/clap_generate
Shell Completion Script and Manpage generation
https://github.com/clap-rs/clap_generate
If you do pass it than _arguments considers -C as a possible option in
the completions.
Optional positionals mixed with subcommands will still break this, since
I can't see how to tell...
This changes the way we complete positionals to complete them using
_arguments, as should be don...
dc0d8ba89c8bc863a7f628377fc98593a6a1ce32 authored almost 7 years ago by Will Murphy <[email protected]>
cc341243f33a99c30842a6df1a7cb5c5f08ebfcc authored almost 7 years ago by Matt Kraai <[email protected]>
b83f387b8065bf280a925e23541db4605b98d6b6 authored almost 7 years ago by Matt Kraai <[email protected]>
Fixes #1142
0e185b922ed1e0fd653de00b4cd8d567d72ff68e authored almost 7 years ago by Segev Finer <[email protected]>1ab5c2d3167bb9de782574c60fe05d5403cf010b authored almost 7 years ago by William Murphy <[email protected]>
Trim fat
d78341f640f1d8ec142f24782dac9d7e9565cbde authored almost 7 years ago by Kevin K <[email protected]>3fef176543daf9cc4109b23b7395d21dde16927a authored almost 7 years ago by Kevin K <[email protected]>
3e97085e5828f2eff9aaf1f436ecd2d1efeb1bcc authored almost 7 years ago by Kevin K <[email protected]>
92caafaf516518f8b5758ee16326896f9577e38c authored almost 7 years ago by Kevin K <[email protected]>
e1313a5a0f69d8f4016f73b860a63af8318a6676 authored almost 7 years ago by Kevin K <[email protected]>
d26ab2b97cf9c0ea675b440b7b0eaf6ac3ad01f4 authored almost 7 years ago by Kevin K <[email protected]>
eb8d919e6f3443db279ba0c902f15d76676c02dc authored almost 7 years ago by Kevin K <[email protected]>
6f25b2830a5e5d6b42760c8113d60f973fb2a138 authored almost 7 years ago by Kevin K <[email protected]>
7ac5a5af9f5e743aeb6421a980b739d6069b0967 authored almost 7 years ago by Kevin K <[email protected]>
79c36396dbdaa0a800063d15cc44326207948d49 authored almost 7 years ago by Kevin K <[email protected]>
This commit removes heavy use of macros in certain functions which
drastically increased code si...
Fix completion of long option values in Zsh
28a55f28a29bfcd4ab6aa6dc8d75732929a57edf authored almost 7 years ago by Kevin K <[email protected]>eac4ca7898bc51fcd767f80a1248a4621fc79538 authored almost 7 years ago by Kevin K <[email protected]>
docs: fixes broken links.
f3cd07bf6a377d6e1d7c4fdc6f77b5f02a604b92 authored almost 7 years ago by Kevin K <[email protected]>a23135a46a7c88f3a9eec5da8bb094c5d44a095a authored almost 7 years ago by Kevin K <[email protected]>
Fix for issue #1129: "Bug: Bash completion is broken when sub-commands have hyphens"
666c5184d56903e7d55c04767109dce0df2c01c6 authored almost 7 years ago by Kevin K <[email protected]>
Long options take their argument either in the next word or after an
equals sign, but the Zsh co...
Small correction to add a link to the source in the documentation, previously
it was a placehold...
It looks like required_unless_one has incorrect behavior if the
argument it applies to also has ...
ba7f1d18eba7a07ce7f57e0981986f66c994b639 authored about 7 years ago by Alex Helfet <[email protected]>
The tests pass but the bash completion script won't work yet.
b446a561cef1b8054bb5f4c3451b888771680cf7 authored about 7 years ago by Alex Helfet <[email protected]>
From -> To
===========================================
with_underscore -> (with_)?spe...
Support trailing comma in arg_enum! fields
e0f8479e0f6522af24484abc79aee24d60b939d2 authored about 7 years ago by Kevin K <[email protected]>dde7fcf1cab569241c55211d8eccf94919786baf authored about 7 years ago by Eduardo Pinho <[email protected]>
Update default features in README
f38cb1dbb724a5e990bd93e59aef4c2925c7ea74 authored about 7 years ago by Kevin K <[email protected]>
Since commit ac97edde9042203771e905be9c429d36b39df277, feature
"wrap_help" is not enabled by def...
Hide env vars
4442af96c61a7e29acd3d70d768663cd63e324b7 authored about 7 years ago by Kevin K <[email protected]>e962f2ceced8c04105ad12a4ca719daf2942667b authored about 7 years ago by Kevin K <[email protected]>
ebc35bdc9180fc0c9275537c623b11ef0414a3b4 authored about 7 years ago by Kevin K <[email protected]>
fb41d062eedf37cb4f805c90adca29909bd197d7 authored about 7 years ago by Kevin K <[email protected]>
bump lazy_static to 1
a652db08eb869048e6bd1fb8c5244431eba26926 authored about 7 years ago by Kevin K <[email protected]>f74e2dc45faa817589abfd0aed56ffaa530bb86f authored about 7 years ago by Igor Gnatenko <[email protected]>
Case insensitive
bc9ab21934cf657723633ee5b94e77f11a2884f7 authored about 7 years ago by Kevin K <[email protected]>58a57d901be9579fcc5741b5fdb69202e0e83309 authored about 7 years ago by Kevin K <[email protected]>
4e2881c3d23479d8c20e3c58e953838202f59b69 authored about 7 years ago by Kevin K <[email protected]>
When used with `Arg::possible_values` it allows the argument value to pass validation even if
th...
8c0cc5c386340bb8f44969c2252f5b22091a0be0 authored about 7 years ago by Kevin K <[email protected]>
612ccaf14e21fa08e3256527c8bdf04478200bd8 authored about 7 years ago by Kevin K <[email protected]>
Clap derive
e53c33d6b9614998be369837c71d612f9fb09cb3 authored about 7 years ago by Kevin K <[email protected]>ce6ca492c7510ab6474075806360b96081b021a9 authored about 7 years ago by Kevin K <[email protected]>
9ef3d82bd0678966fac6a5a4d658b30e81207425 authored about 7 years ago by Kevin K <[email protected]>
Currently to use these traits clap must be built with the `unstable` feature. This does not
requ...
8a26ff07b00c8ac9031cfa773571ee11a36d37a3 authored about 7 years ago by Kevin K <[email protected]>
use .bash as extension for bash completions
4740cde404121a443c64d644eb4a0722c0b0a823 authored about 7 years ago by Kevin K <[email protected]>
* bash-completions have code to use only `foo`, `foo.bash` and `_foo`
files for completion
* /us...
Issue 1112
c2c2a56a30e1aa025897583ccc1ddb92377d96c5 authored about 7 years ago by Kevin K <[email protected]>89c0ed03281ac70c33daab7140632b24fd219f59 authored about 7 years ago by Kevin K <[email protected]>
Closes #1112
a283d69fc08aa016ae1bf9ba010012abecc7ba69 authored about 7 years ago by Kevin K <[email protected]>bump version-sync to 0.5
a224cdcc87fc32996cc65f04c221af366fbf1775 authored about 7 years ago by Kevin K <[email protected]>6b98b6ab7d3da00f989062957f862d437ea9e652 authored about 7 years ago by Igor Gnatenko <[email protected]>
Update bitflags to 1.0 and bump version
53864b5d7221492aa36046cf6ef0e55d2c50266e authored about 7 years ago by Kevin K <[email protected]>a6593410c1b0ec53c681724ae91307d466590e9e authored about 7 years ago by Bastien Orivel <[email protected]>
dc00ec85ebfe89fe824e05fd63145ba0b060f5d7 authored about 7 years ago by Bastien Orivel <[email protected]>
Issue 1105
c4d67d326316442590e7ab58bbcfb753897c3d06 authored about 7 years ago by Kevin K <[email protected]>docs: Fix URL path to github hosted files
0842fd1bcd9dd5715d8fe254e939298421516c72 authored about 7 years ago by Kevin K <[email protected]>17a4d8a860d9a418a28c5fd0b0190d76467443c4 authored about 7 years ago by Kevin K <[email protected]>
Since options have `empty_values(true)` by default, so long as another valid flag
or option came...
46c131720301155ab60d083f8fa849475165fdd5 authored about 7 years ago by Kevin K <[email protected]>
Closes #1106
ce72aada56a9581d4a6cb4bf9bdb861c3906f8df authored about 7 years ago by Peter Lyons <[email protected]>bump version-sync to 0.4
39fae92997d6970f83f2bb9b735d98a6b88daea5 authored about 7 years ago by Kevin K <[email protected]>5cfafe4dcd40c33fecaab990dee20737f697514b authored about 7 years ago by Igor Gnatenko <[email protected]>
chore: fixes the attribute to allow unused imports on nightly
528a7cb571b8f536db8d291b32a8017a06a2154f authored about 7 years ago by Kevin K <[email protected]>Closes #1095
3f1d23934dd89583519b0ba917e2e2ad00912a99 authored about 7 years ago by Kevin K <[email protected]>bump ansi_term to 0.10
6cd43c23616c43257e6e03a07cc8e7b065bbf67a authored about 7 years ago by Kevin K <[email protected]>Signed-off-by: Igor Gnatenko <[email protected]>
851fad43c09e4bb35dfa01a3823352ec3dde59e9 authored about 7 years ago by Igor Gnatenko <[email protected]>docs: fix typo
de7b236dd2ee62cd0e14ef69a36a9d15391c3930 authored about 7 years ago by Kevin K <[email protected]>002b07fc98a1c85acb66296b1eec0b2aba906125 authored about 7 years ago by Johannes Frankenau <[email protected]>
Issues 1093,1095
38fe447292ddfa39920ae0727fa41341259cfd20 authored about 7 years ago by Kevin K <[email protected]>Closes #1093
e78bb757a3df16e82d539e450c06767a6bfcf859 authored about 7 years ago by Kevin K <[email protected]>
If one is using a nightly Rust compiler they should compile clap
with the `nightly` feature.
``...
fb08bb5dd5760d2932e9f673abe23ea0df858aa2 authored about 7 years ago by Kevin K <[email protected]>chore: updates CONTRIBUTORS.md
284d01bded1970416e299ccc2e9e8309c40e278a authored about 7 years ago by Kevin K <[email protected]>4ee2dfccff988a3d8c2e1a6c1bc046b9a15eafd9 authored about 7 years ago by Kevin K <[email protected]>
docs(README.md): updates the readme and pulls out some redundant sect…
fb8f88be74d5df47743abfb1eb2dc54050985a99 authored about 7 years ago by Kevin K <[email protected]>db6caf8663747e679d2f4ed3bd127f33476754aa authored about 7 years ago by Kevin K <[email protected]>
fix: ignore PropagateGlobalValuesDown deprecation warning
d5423a48ee5549eb7e260380b0f099b19a98f64e authored about 7 years ago by Kevin K <[email protected]>Fixes #1086.
f61ce3f55fe65e16b3db0bd4facdc4575de22767 authored about 7 years ago by Alex Burka <[email protected]>Issue 1083
fc4bd87853475146191c8d4d9a09df842c65a5e3 authored about 7 years ago by Kevin K <[email protected]>67170a8bd7dcd3e133a25935871f5b3c455dd310 authored about 7 years ago by Kevin K <[email protected]>
0246960bdcefe2c854b7a0575b673791a2e0c28f authored about 7 years ago by Kevin K <[email protected]>
Fix typo in minimum required Rust version
554083ffc5ebd95da8fc6b8bae8aa8069b9fe48b authored about 7 years ago by Kevin K <[email protected]>bbd0589c199cd6e457fb37926da4c440d1a24dcf authored about 7 years ago by Kevin K <[email protected]>
chore: fix copy paste typo
794ac237de8961e4e6cdf6c32c889e96f01b697b authored about 7 years ago by Kevin K <[email protected]>385596f6f652c2c675d2f92488311595afc74577 authored about 7 years ago by Kevin K <[email protected]>
Issues 1031,1050,1056,1066,1071
fe814b88e3e021e5e51bb89118f415f3d6da83d6 authored about 7 years ago by Kevin K <[email protected]>3a471b72ce7951b3d39ea8ac8fba7989d2b02b81 authored about 7 years ago by Kevin K <[email protected]>
e3eaf56b36bd387ab29e2597e29d86b671d6d971 authored about 7 years ago by Kevin K <[email protected]>
2558083fe9d2043ce991afe118d4ce3003799785 authored about 7 years ago by Kevin K <[email protected]>
Prior to this commit, using `AppSettings::AllowHyphenValues` would allow
ANY argument to pass, e...
9435b2a58937567b90f9c082c4e00d65f01bce9e authored about 7 years ago by Kevin K <[email protected]>
03455b7751a757e7b2f6ffaf2d16168539c99661 authored about 7 years ago by Kevin K <[email protected]>
**This commit contains a breaking change in order to fix a bug.**
The only users affected are t...
0c223f54ed46da406bc8b43a5806e0b227863b31 authored about 7 years ago by Kevin K <[email protected]>b399ee2604ea31637bbe8c9d39b9903116352fa2 authored about 7 years ago by Kevin K <[email protected]>