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
github.com/clap-rs/clap-verbosity-flag - 4d44cd7ca51f05fb06185677642d73c0ff0da079 authored over 1 year ago
github.com/clap-rs/clap - 4d44cd7ca51f05fb06185677642d73c0ff0da079 authored over 1 year ago
fix(lex)!: Remove unsafe safe method
github.com/clap-rs/clap - fd63feb7036cc192f791a29527d793be6fc446af authored over 1 year agogithub.com/clap-rs/clap - 663a35e64396454c1da305fc242720591173dba4 authored over 1 year ago
github.com/clap-rs/clap - 9c3dc187cb47dd437cdb6fee045e42dc8146e9d6 authored over 1 year ago
github.com/clap-rs/clap - 077cf66fdc9b37ad97e0de4ef6591a871bea7449 authored over 1 year ago
github.com/clap-rs/clap - 5047bb40bd74457215e524db2039211d362cc6e9 authored over 1 year ago
github.com/clap-rs/clap - 22d33077274227190e61d72e52469611a15457d1 authored over 1 year ago
github.com/clap-rs/clap - 3db35249438e6ffc7f2ef2776c7faa3de54153ba authored over 1 year ago
test(parser): Verify value terminator precedence
github.com/clap-rs/clap - 8507a1dba31ef827476ab9ba8fff09ab6ce6df9b authored over 1 year agogithub.com/clap-rs/clap - a360fd8ac0a749c317aa3cf6bca917ddd9d70c3f authored over 1 year ago
fix(parser): Allow multiple value terminated positionals
github.com/clap-rs/clap - d5bea65711a2d47275d7dccee782e35d7784ea04 authored over 1 year agogithub.com/clap-rs/clap - e1db168d69cd1dcde5e31715f983400509f81af4 authored over 1 year ago
github.com/clap-rs/clap - 1ee2e95e96f95892f60dac095dc0fc095ae303e3 authored over 1 year ago
github.com/clap-rs/clap - 130b2ff997bb852fa6a3f179cb8523982e58e0f3 authored over 1 year ago
fix(help): Don't use next-line-help on long-help for subcommands
github.com/clap-rs/clap - 65d44aa7b1ab1c242849a3c0b44c4747735ee31b authored over 1 year agochore(ci): Catch clippy config failures
github.com/clap-rs/clap-verbosity-flag - 3b1be731ba1e8ddc4e9cdd3c963c8be5974f595e authored over 1 year agogithub.com/clap-rs/clap-verbosity-flag - efb25b3fd135cda0b33352a615a8a76a8a0ec589 authored over 1 year ago
chore: Update from '_rust/main' template
github.com/clap-rs/clap - d597cf7bd6a1fc073ff483f3e39d09c3bd26f95c authored over 1 year agogithub.com/clap-rs/clap - 21d911db108543093e38fa07cc6be007ad3900aa authored over 1 year ago
docs(builder): Remove stale docs references (set is default)
github.com/clap-rs/clap - 8edf8c76765679204ecc6236d16819378a9db7dc authored over 1 year agogithub.com/clap-rs/clap - 13f9836ebe327803f004bb989894bb421ec172f9 authored over 1 year ago
github.com/clap-rs/clap - 2b6bb28cd18916a6244a2632a6abcba9362b9fd0 authored over 1 year ago
github.com/clap-rs/clap-verbosity-flag - 2b6bb28cd18916a6244a2632a6abcba9362b9fd0 authored over 1 year ago
github.com/clap-rs/clap-verbosity-flag - 80d4cdd688e88b897f384b770f9c13268ecb3793 authored over 1 year ago
github.com/clap-rs/clap - 80d4cdd688e88b897f384b770f9c13268ecb3793 authored over 1 year ago
github.com/clap-rs/clap - ac5d893091d0315a4cc9b6e3aff3e685bec73964 authored over 1 year ago
Add note about Command::disable_help_subcommand applying to children
github.com/clap-rs/clap - 5c7bcff7b5eafed2c1043c85c2ed6e1f8a06ca94 authored over 1 year agogithub.com/clap-rs/clap - c41f4beaaaf056caf9d96b468cf7c60ba59722a5 authored over 1 year ago
fix(assert): Clarify last assertion
github.com/clap-rs/clap - 1d42caa0b68dca185a4b48f85a0e72d21d9ed565 authored over 1 year agoAn incremental improvement for #4911.
github.com/clap-rs/clap - 67cc5ea3a2a60cb3820d3184ccb0a485e825e193 authored over 1 year agoFix typo in value_parser.rs
github.com/clap-rs/clap - 011a2e725886b150356e1759266981a3432dc375 authored over 1 year agogithub.com/clap-rs/clap - 3458adc6ae5f3e2883b00f9988778e784abb3452 authored over 1 year ago
doc(complete): Add an example generating all shell completions
github.com/clap-rs/clap - 3fa7b8fe510ebc17efc49e881f4c70cb89d88f4f authored over 1 year agogithub.com/clap-rs/clap - 863dd90ca4d06952c4f9451195215a34db7dbedd authored over 1 year ago
Subcommands don't switch their behavior on `--help`, so let's not switch
to next-line-help based...
github.com/clap-rs/clap - 36f79289ca01b8786b7e097ae694fe8c577b02d0 authored over 1 year ago
github.com/clap-rs/clap - 9d0e4512fa5395627e4b42bfd1cb994db7be7d8e authored over 1 year ago
fix: (complete, zsh) Don't emit catchall when we have subcommands
github.com/clap-rs/clap - 2fd3e4cbf9a6a6851ace3e9489e487e5d0e54c3d authored over 1 year agogithub.com/clap-rs/clap - b1b2231db26c91b682f0e81f6babe4d284fada00 authored over 1 year ago
github.com/clap-rs/clap - 2d4644a8703369d3a3c50dd58c713d48ab1da2ac authored over 1 year ago
completion: Respect `ValueHint::Other` in Bash
github.com/clap-rs/clap - fca1e0382b174e9dae6f6f448982f34d2f7be248 authored over 1 year agogithub.com/clap-rs/clap - ea38450643bfd06d3b58ea7251173ff845030899 authored over 1 year ago
github.com/clap-rs/clap - 2f97216156a149999fd67f1f10d0bc36f38c9eb5 authored over 1 year ago
chore: Inline simple non-mixed format args
github.com/clap-rs/clap - 0174326fa6b985592925ff77f96f063ba0a9f7e6 authored over 1 year agogithub.com/clap-rs/clap - d0302c55566684dfcbdfb57f486253fec7133b11 authored over 1 year ago
chore: Dedup clap derive get fields
github.com/clap-rs/clap - 173f1ede0a89161b839a62c2ac564dd4adf4b777 authored over 1 year agogithub.com/clap-rs/clap - 003b45325a955bdba27f1f682caeb56022dffd8e authored over 1 year ago
refactor(help): Clean up long possible value handling
github.com/clap-rs/clap - ba9cad6ca2d8f1cc9917017d8596e6fe7f8a87b5 authored over 1 year agochore: Order trait impl same as trait
github.com/clap-rs/clap - 47c3b6f580c698906fada8b8c3185a2b88d3516b authored over 1 year agochore: Make Clippy happy
github.com/clap-rs/clap - 5fb1b25799cfae448da8a34330356c8b735ff6f3 authored over 1 year agochore: Inline format args using clippy fix
github.com/clap-rs/clap - 7c8648eb0ee3b6a75c1222b9fc759b90ef8a6ad6 authored over 1 year agogithub.com/clap-rs/clap - 1dc6304fcf517f04ae3593417d638239aa4087b4 authored over 1 year ago
github.com/clap-rs/clap - ebbdce4820ef95cc24ed59951d0067e1b88745e9 authored over 1 year ago
This command cleaned up all the format args,
making code significantly shorter and more readable...
refactor(help): Be consistent in join style
github.com/clap-rs/clap - 3e6a77aefc693ffb12c59850449b7f2ffd8dcb5b authored over 1 year agogithub.com/clap-rs/clap - 1351c562892f01654903bdc966da22d4374df1f6 authored over 1 year ago
chore: Deduplicate powershell code complete
github.com/clap-rs/clap - fabbe78140c8dc16ccfc70d766c4fffe9b265050 authored over 1 year ago
Next-line help for possible values does not feel like its pulling its
weight. If anything we sh...
Makes powershell code more concise
github.com/clap-rs/clap - 47cbc5f247d2aaa43edd0c7ff95b7668c4625f39 authored over 1 year agochore: remove dup code in mangen
github.com/clap-rs/clap - 543ad0ce06155d9cdadc1b6d8d4defb3cd807bb2 authored over 1 year agogithub.com/clap-rs/clap - ec52b74d689d55db82b1c7e25ad6c260e4a8b67d authored over 1 year ago
github.com/clap-rs/clap - a6d50e4219de2b455a492e03e8e87baf7c9efe5b authored over 1 year ago
github.com/clap-rs/clap - 9227ab1c7c0d5b766dfa2c47ed847fa8654709e2 authored over 1 year ago
refactor: Minor code dedup for writing possible vals
github.com/clap-rs/clap - a8587c9d3ef6b96975c5d2893e215b784af75a0a authored over 1 year ago
* writing possible values and subcommands used nearly identical code
* writing elements used dup...
github.com/clap-rs/clap - baaf5c64c1e751892bb85635f706f24de62a5aa2 authored over 1 year ago
github.com/clap-rs/clap - 1e0d76b51fbf9089b3a6e568d7bebea69a3a0112 authored over 1 year ago
fix(parser): Update iterator sizes as we go
github.com/clap-rs/clap - 7b40f43278c42dda65305ddb097adae7de591769 authored over 1 year ago
Maybe it was just me, but I didn't realize that the length had to be
updated as we went but it c...
github.com/clap-rs/clap - a7214540f60503057b04f8e050c0e6f1cacfcedc authored over 1 year ago
github.com/clap-rs/clap - 4fec57764a65ab7e61f94398c2098a37c1b7d4ff authored over 1 year ago
impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId
github.com/clap-rs/clap - a2131aeaf64cedc8e406f423ae703af15debfdc3 authored over 1 year agogithub.com/clap-rs/clap - be885673ab4e8d9ce3c1ecf33196fe2866a1bd4e authored over 1 year ago
chore(deps): update msrv to v1.66.0
github.com/clap-rs/clap-verbosity-flag - 9182767898d5c71ae9ce260b8789ddbc799b3208 authored over 1 year agogithub.com/clap-rs/clap - 37507741c4882124a94a79c5ccaac97a03034b2d authored over 1 year ago
github.com/clap-rs/clap-verbosity-flag - 9194cf051776d4375a9d9418e46d8846d26af43b authored over 1 year ago
fix(builder): Assert earlier on bad requires/conflicts
github.com/clap-rs/clap - 9eaf8996a45975233cf533ee8ac67cfbdcd23ff8 authored over 1 year agotest(help): Remove redundant test
github.com/clap-rs/clap - 6b23edc36abd0e009434d94ad162355d00d98da6 authored over 1 year agogithub.com/clap-rs/clap - fa57ed31236bfd79167e83f4c8704acef94041a3 authored over 1 year ago
github.com/clap-rs/clap - 9f6067f644496496368d78482932abc3d021d885 authored over 1 year ago
Fixes #4865
github.com/clap-rs/clap - 185729a7dc5043f75e3759e8e976183076dd50bd authored over 1 year agogithub.com/clap-rs/clap - e02644b9c25ec2196d846ae216fff39168549aac authored over 1 year ago
github.com/clap-rs/clap - 296fec9186e1e458e49c932c41ee63d008908138 authored over 1 year ago
github.com/clap-rs/clap - 43591bc1ee051fde0835e7eb6995297932a759a7 authored almost 2 years ago
github.com/clap-rs/clap - 9bda2ac8a0442ae08487cd7c268eb6a884e444fa authored almost 2 years ago
docs: Update mut_arg docs on help + version flags
github.com/clap-rs/clap - c38b8ca66df9da4a499337cb64bdbbb9c3725ad6 authored almost 2 years agogithub.com/clap-rs/clap - 89bf732353335e3d6724cb6c3e6d055740512dd3 authored almost 2 years ago
fix(complete): Escape special characters properly for zsh
github.com/clap-rs/clap - 3bc32de19f7480acafce058cf044593fa4a3cd20 authored almost 2 years agoSigned-off-by: Huan-Cheng Chang <[email protected]>
github.com/clap-rs/clap - a379bae895e0d3b5664fe4fe6b4abef3cad72ea1 authored almost 2 years agofix(help): Preserve block indent when wrapping
github.com/clap-rs/clap - 65e5a705bc58a44354d5a2912224aa77ebbce03d authored almost 2 years agogithub.com/clap-rs/clap - 950a495753e21fe2525f0da2bf43c17a0f4c320a authored almost 2 years ago
github.com/clap-rs/clap - 71344749e78056ffbc447ffd88ff64a1acacea6a authored almost 2 years ago
github.com/clap-rs/clap - 4f0666d437cd1b94d519c02c52fc3495b0528c35 authored almost 2 years ago
github.com/clap-rs/clap - 60c8c3fc31aa73584727037c70070a86c6caefd5 authored almost 2 years ago
github.com/clap-rs/clap - e9b4c4769ec7e0bcdd6921d592ef1f77f642d107 authored almost 2 years ago
docs(help): Fill in styles docs
github.com/clap-rs/clap - e429a9e98b62cdade497db83d5d726ab59485809 authored almost 2 years agogithub.com/clap-rs/clap - 1ca073f212a5ba836e5dff9502cc65292b1016c8 authored almost 2 years ago
github.com/clap-rs/clap - 6d5aaae5a9279f5ea39d4b3cc8bbb035583f5692 authored almost 2 years ago
github.com/clap-rs/clap - b99c50f7e976c69f6ebbbad6d7ca192bb5ef957b authored almost 2 years ago