Ecosyste.ms: OpenCollective

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

Clap

Fast, modern CLI framework for Rust
Collective - Host: opensource - https://opencollective.com/clap - Website: https://clap.rs - Code: https://github.com/clap-rs

fix(positional args): all previous positional args become required when

a latter one is required

Closes #50

github.com/clap-rs/clap_generate - c14c3f31fd557c165570b60911d8ee483d89d6eb authored almost 10 years ago by Kevin K <[email protected]>
fix(positional args): all previous positional args become required when

a latter one is required

Closes #50

github.com/clap-rs/clap - c14c3f31fd557c165570b60911d8ee483d89d6eb authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #56 from kbknapp/tests

test(claptests): add more comprehensive tests

github.com/clap-rs/clap - 2abebcd0b64b0c4ee9bf9513dc05a3e02fb8ec51 authored almost 10 years ago by Kevin K <[email protected]>
Merge pull request #56 from kbknapp/tests

test(claptests): add more comprehensive tests

github.com/clap-rs/clap_generate - 2abebcd0b64b0c4ee9bf9513dc05a3e02fb8ec51 authored almost 10 years ago by Kevin K <[email protected]>
test(claptests): add more comprehensive tests

github.com/clap-rs/clap_generate - 1a1ce2a7da9b9f956f734ff6558082b8b93079d5 authored almost 10 years ago by Kevin K <[email protected]>
test(claptests): add more comprehensive tests

github.com/clap-rs/clap - 1a1ce2a7da9b9f956f734ff6558082b8b93079d5 authored almost 10 years ago by Kevin K <[email protected]>
fix(tests): add missing .takes_value(true) to option2

github.com/clap-rs/clap - bdb0e88f696c8595c3def3bfb0e52d538c7be085 authored almost 10 years ago by Kevin K <[email protected]>
fix(tests): add missing .takes_value(true) to option2

github.com/clap-rs/clap_generate - bdb0e88f696c8595c3def3bfb0e52d538c7be085 authored almost 10 years ago by Kevin K <[email protected]>
fix(help): fix formatting for option arguments with no long

github.com/clap-rs/clap_generate - e869100423d93fa3acff03c4620cbcc0d0e790a1 authored almost 10 years ago by Kevin K <[email protected]>
fix(help): fix formatting for option arguments with no long

github.com/clap-rs/clap - e869100423d93fa3acff03c4620cbcc0d0e790a1 authored almost 10 years ago by Kevin K <[email protected]>
test(clap): add wider capability test coverage - wip

github.com/clap-rs/clap - 1da0905b11bbe8ddc79f62e738f62100dcd36d9c authored almost 10 years ago by Kevin K <[email protected]>
test(clap): add wider capability test coverage - wip

github.com/clap-rs/clap_generate - 1da0905b11bbe8ddc79f62e738f62100dcd36d9c authored almost 10 years ago by Kevin K <[email protected]>
fix(flags): add assertion to catch flags with specific value sets

Closes #52

github.com/clap-rs/clap_generate - a0a2a40fed57f7c5ad9d68970d090e9856306c7d authored almost 10 years ago by Kevin K <[email protected]>
fix(flags): add assertion to catch flags with specific value sets

Closes #52

github.com/clap-rs/clap - a0a2a40fed57f7c5ad9d68970d090e9856306c7d authored almost 10 years ago by Kevin K <[email protected]>
fix(option args): fix bug in getting the wrong number of occurrences for options

github.com/clap-rs/clap - 82ad6ad77539cf9f9a03b78db466f575ebd972cc authored almost 10 years ago by Kevin K <[email protected]>
fix(option args): fix bug in getting the wrong number of occurrences for options

github.com/clap-rs/clap_generate - 82ad6ad77539cf9f9a03b78db466f575ebd972cc authored almost 10 years ago by Kevin K <[email protected]>
fix(help): fix formatting of help for flags and options

When options or flags have varying lengths of names and "long" version
the formatting gets corru...

github.com/clap-rs/clap_generate - 6ec1011563a746f0578a93b76d45e63878e0f9a8 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap_generate - e095f6268d7d5fac9bebb7f52c1f2f145c2de92d authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap_generate - c0ef0068618889184ba1d0a23a20977e1bd31ced authored almost 10 years ago by Kevin K <[email protected]>
fix(help): fix formatting of help and usage

github.com/clap-rs/clap_generate - 28691b52f67e65c599e10e4ea2a0f6f9765a06b8 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap_generate - 918f52ea352c9aa5e877d64cee31b34c8ba0d8fe authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): add sections features and contributing

github.com/clap-rs/clap_generate - 7cf9659f5bac05edf830b484326f195672dc1cb7 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap_generate - bddf50e8108b24e2f0be46698892191f4f396286 authored almost 10 years ago by Kevin K <[email protected]>
feat(help): add '...' to indicate multiple values supported

github.com/clap-rs/clap_generate - 297ddba77000e2228762ab0eca50b480f7467386 authored almost 10 years ago by Kevin K <[email protected]>
fix(args): fix bug in arguments who are required and mutually exclusive

When arguments are required-by-default and also mutually exclusive with
other arguments and the ...

github.com/clap-rs/clap_generate - 6ceb88a594caae825605abc1cdad95204996bf29 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap - 918f52ea352c9aa5e877d64cee31b34c8ba0d8fe authored almost 10 years ago by Kevin K <[email protected]>
fix(help): fix formatting of help for flags and options

When options or flags have varying lengths of names and "long" version
the formatting gets corru...

github.com/clap-rs/clap - 6ec1011563a746f0578a93b76d45e63878e0f9a8 authored almost 10 years ago by Kevin K <[email protected]>
fix(help): fix formatting of help and usage

github.com/clap-rs/clap - 28691b52f67e65c599e10e4ea2a0f6f9765a06b8 authored almost 10 years ago by Kevin K <[email protected]>
fix(args): fix bug in arguments who are required and mutually exclusive

When arguments are required-by-default and also mutually exclusive with
other arguments and the ...

github.com/clap-rs/clap - 6ceb88a594caae825605abc1cdad95204996bf29 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap - bddf50e8108b24e2f0be46698892191f4f396286 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap - e095f6268d7d5fac9bebb7f52c1f2f145c2de92d authored almost 10 years ago by Kevin K <[email protected]>
feat(help): add '...' to indicate multiple values supported

github.com/clap-rs/clap - 297ddba77000e2228762ab0eca50b480f7467386 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap - c0ef0068618889184ba1d0a23a20977e1bd31ced authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): add sections features and contributing

github.com/clap-rs/clap - 7cf9659f5bac05edf830b484326f195672dc1cb7 authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

github.com/clap-rs/clap - fb3ccd7aaf1c9b409946397fba6d7d618c480467 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap - cdc32eb4693742de76aa9d8ac3b23008f49a43d9 authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

github.com/clap-rs/clap_generate - fb3ccd7aaf1c9b409946397fba6d7d618c480467 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap_generate - cdc32eb4693742de76aa9d8ac3b23008f49a43d9 authored almost 10 years ago by Kevin K <[email protected]>
feat(positionals): add assertions for positional args with multiple vals

github.com/clap-rs/clap_generate - b7fa72d40f18806ec2042dd67a518401c2cf5681 authored almost 10 years ago by Kevin K <[email protected]>
feat(positionals): add assertions for positional args with multiple vals

github.com/clap-rs/clap - b7fa72d40f18806ec2042dd67a518401c2cf5681 authored almost 10 years ago by Kevin K <[email protected]>
feat(positionals): add support for multiple values

Add support for #44 (multiple values for positional arguments) when the
positional argument is t...

github.com/clap-rs/clap - 807840094109fbf90b348039ae22669ef27889ba authored almost 10 years ago by Kevin K <[email protected]>
feat(positionals): add support for multiple values

Add support for #44 (multiple values for positional arguments) when the
positional argument is t...

github.com/clap-rs/clap_generate - 807840094109fbf90b348039ae22669ef27889ba authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap_generate - f244ca6f9a770ac29659a5dc9b2d573c5f244e13 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap - f244ca6f9a770ac29659a5dc9b2d573c5f244e13 authored almost 10 years ago by Kevin K <[email protected]>
fix(apps): allow use of hyphens in application and subcommand names

github.com/clap-rs/clap - da549dcb6c7e0d773044ab17829744483a8b0f7f authored almost 10 years ago by Kevin K <[email protected]>
fix(apps): allow use of hyphens in application and subcommand names

github.com/clap-rs/clap_generate - da549dcb6c7e0d773044ab17829744483a8b0f7f authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap_generate - c214f72fb193eb0f5504ede51a11ca4b0993e9f4 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap - c214f72fb193eb0f5504ede51a11ca4b0993e9f4 authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): update the readme

github.com/clap-rs/clap - d2ee5359c8b7218c34d6eba46af596e2d2d3a00c authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): update the readme

github.com/clap-rs/clap_generate - d2ee5359c8b7218c34d6eba46af596e2d2d3a00c authored almost 10 years ago by Kevin K <[email protected]>
fix(args): determine if the only arguments allowed are also required

github.com/clap-rs/clap_generate - 0a09eb365ced9a03faf8ed24f083ef730acc90e8 authored almost 10 years ago by Kevin K <[email protected]>
docs(examples): add examples on default values and specific value sets

github.com/clap-rs/clap_generate - 62ec95aa1dac0ec182dd58658edc79a76b98f448 authored almost 10 years ago by Kevin K <[email protected]>
fix(args): determine if the only arguments allowed are also required

github.com/clap-rs/clap - 0a09eb365ced9a03faf8ed24f083ef730acc90e8 authored almost 10 years ago by Kevin K <[email protected]>
docs(examples): add examples on default values and specific value sets

github.com/clap-rs/clap - 62ec95aa1dac0ec182dd58658edc79a76b98f448 authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

github.com/clap-rs/clap - ee8e0f0046c182c318ee1a4b036a8b0d14d96800 authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

github.com/clap-rs/clap_generate - ee8e0f0046c182c318ee1a4b036a8b0d14d96800 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap_generate - 70ecb0a0e5561d1e95dda0713cee802fd2679479 authored almost 10 years ago by Kevin K <[email protected]>
feat(args): add support for a specific set of allowed values on options

or positional arguments

github.com/clap-rs/clap_generate - 270eb88925b6dc2881bff1f31ee344f085d31809 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap - 70ecb0a0e5561d1e95dda0713cee802fd2679479 authored almost 10 years ago by Kevin K <[email protected]>
feat(args): add support for a specific set of allowed values on options

or positional arguments

github.com/clap-rs/clap - 270eb88925b6dc2881bff1f31ee344f085d31809 authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

github.com/clap-rs/clap - bcd1fa728e89b8961fc843a9f2c1f82c822ed650 authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

github.com/clap-rs/clap_generate - bcd1fa728e89b8961fc843a9f2c1f82c822ed650 authored almost 10 years ago by Kevin K <[email protected]>
fix(usage): display required args in usage, even if only required by others

github.com/clap-rs/clap_generate - 1b7316d4a8df70b0aa584ccbfd33f68966ad2a54 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap_generate - 16a609183a95107b59e73792ec14433c24b1d5e5 authored almost 10 years ago by Kevin K <[email protected]>
fix(usage): display required args in usage, even if only required by others

github.com/clap-rs/clap - 1b7316d4a8df70b0aa584ccbfd33f68966ad2a54 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap - 16a609183a95107b59e73792ec14433c24b1d5e5 authored almost 10 years ago by Kevin K <[email protected]>
chore(CHANGELOG): update changelog

github.com/clap-rs/clap - 20f3e773e34ed485898463913f2d8b7f6a7a9fb7 authored almost 10 years ago by Kevin K <[email protected]>
chore(CHANGELOG): update changelog

github.com/clap-rs/clap_generate - 20f3e773e34ed485898463913f2d8b7f6a7a9fb7 authored almost 10 years ago by Kevin K <[email protected]>
feat(subcommands): properly list subcommands in help and usage

SubCommands should be listed as parent-subcommand in help, but parent
subcommand in usage

github.com/clap-rs/clap_generate - 4ee023442abc3dba54b68138006a52b714adf331 authored almost 10 years ago by Kevin K <[email protected]>
feat(subcommands): properly list subcommands in help and usage

SubCommands should be listed as parent-subcommand in help, but parent
subcommand in usage

github.com/clap-rs/clap - 4ee023442abc3dba54b68138006a52b714adf331 authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

github.com/clap-rs/clap - ad43f3a5ea0148d84638e60c2b48ed4b44ede055 authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

github.com/clap-rs/clap_generate - ad43f3a5ea0148d84638e60c2b48ed4b44ede055 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap_generate - 24ec2da5bf95f7086de6782e11563c49edc9c40e authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap - 24ec2da5bf95f7086de6782e11563c49edc9c40e authored almost 10 years ago by Kevin K <[email protected]>
fix(tests): remove cargo test from claptests makefile

github.com/clap-rs/clap - 1cf73817d6fb1dccb5b6a23b46c2efa8b567ad62 authored almost 10 years ago by Kevin K <[email protected]>
fix(tests): remove cargo test from claptests makefile

github.com/clap-rs/clap_generate - 1cf73817d6fb1dccb5b6a23b46c2efa8b567ad62 authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): update readme

github.com/clap-rs/clap_generate - fb403da00a896c6c58e1640dee2b508ef6e9c8fc authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): update readme

github.com/clap-rs/clap - fb403da00a896c6c58e1640dee2b508ef6e9c8fc authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): update help info

github.com/clap-rs/clap - 28811d83248c050d647c0cf13b2323d38d78aaa6 authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): update help info

github.com/clap-rs/clap_generate - 28811d83248c050d647c0cf13b2323d38d78aaa6 authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): update the readme

github.com/clap-rs/clap_generate - 6bed75a13614d62cee103bb286baf23f9af78e4e authored almost 10 years ago by Kevin K <[email protected]>
docs(README.md): update the readme

github.com/clap-rs/clap - 6bed75a13614d62cee103bb286baf23f9af78e4e authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

github.com/clap-rs/clap - 726ef3f2972e8efd39d2aa7bb5f02be09ebf650e authored almost 10 years ago by Kevin K <[email protected]>
docs(clap): rebuild documentation

github.com/clap-rs/clap_generate - 726ef3f2972e8efd39d2aa7bb5f02be09ebf650e authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap_generate - 012ff7f8a96a4164d18192c84a536690b9832e68 authored almost 10 years ago by Kevin K <[email protected]>
chore(clap): increase version

github.com/clap-rs/clap - 012ff7f8a96a4164d18192c84a536690b9832e68 authored almost 10 years ago by Kevin K <[email protected]>
fix(option): fix bug with option occurrence values

github.com/clap-rs/clap - 9af52e93cef9e17ac9974963f132013d0b97b946 authored almost 10 years ago by Kevin K <[email protected]>
fix(option): fix bug with option occurrence values

github.com/clap-rs/clap_generate - 9af52e93cef9e17ac9974963f132013d0b97b946 authored almost 10 years ago by Kevin K <[email protected]>
fix(tests): fix testing script bug and formatting

github.com/clap-rs/clap_generate - d8f03a55c4f74d126710ee06aad5a667246a8001 authored almost 10 years ago by Kevin K <[email protected]>
fix(tests): fix testing script bug and formatting

github.com/clap-rs/clap - d8f03a55c4f74d126710ee06aad5a667246a8001 authored almost 10 years ago by Kevin K <[email protected]>
test(clap): add automated tests

github.com/clap-rs/clap - 3834433c20d0abbd5de5c20ea5c9fe4743383e4f authored almost 10 years ago by Kevin K <[email protected]>
test(clap): add automated tests

github.com/clap-rs/clap_generate - 3834433c20d0abbd5de5c20ea5c9fe4743383e4f authored almost 10 years ago by Kevin K <[email protected]>
feat(arg): allow lifetimes other than 'static in arguments

github.com/clap-rs/clap_generate - 9e8c1fb9406f8448873ca58bab07fe905f1551e5 authored almost 10 years ago by Kevin K <[email protected]>
feat(arg): allow lifetimes other than 'static in arguments

github.com/clap-rs/clap - 9e8c1fb9406f8448873ca58bab07fe905f1551e5 authored almost 10 years ago by Kevin K <[email protected]>
Added initial version of test script

github.com/clap-rs/clap - 76f015e5c8b52e7fa6fa32c90dda7aca3a55c9b1 authored almost 10 years ago by Kevin K <[email protected]>
Added initial version of test script

github.com/clap-rs/clap_generate - 76f015e5c8b52e7fa6fa32c90dda7aca3a55c9b1 authored almost 10 years ago by Kevin K <[email protected]>
Fixed tests makefile and script

github.com/clap-rs/clap_generate - 8de3908458ed8928e4aaed287fc62bf637fa45dc authored almost 10 years ago by Kevin K <[email protected]>
Fixed tests makefile and script

github.com/clap-rs/clap - 8de3908458ed8928e4aaed287fc62bf637fa45dc authored almost 10 years ago by Kevin K <[email protected]>
removed unneeded ref in print_help() for options

github.com/clap-rs/clap - 564b1db183565d2ad7b483c7ef27c84c0339f168 authored almost 10 years ago by Kevin K <[email protected]>
removed unneeded ref in print_help() for options

github.com/clap-rs/clap_generate - 564b1db183565d2ad7b483c7ef27c84c0339f168 authored almost 10 years ago by Kevin K <[email protected]>