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(complete): When completing -[TAB], prioritize shorts
github.com/clap-rs/clap - epage opened this pull request 3 months ago
github.com/clap-rs/clap - epage opened this pull request 3 months ago
fix(complete): De-duplicate built-in candidates
github.com/clap-rs/clap - epage opened this pull request 3 months ago
github.com/clap-rs/clap - epage opened this pull request 3 months ago
fix(complete): Prioritize subcommands, positionals over flags
github.com/clap-rs/clap - epage opened this pull request 3 months ago
github.com/clap-rs/clap - epage opened this pull request 3 months ago
Implement Serialization and Deserialization for Verbosity
github.com/clap-rs/clap-verbosity-flag - joshka opened this pull request 3 months ago
github.com/clap-rs/clap-verbosity-flag - joshka opened this pull request 3 months ago
The command name should default to CARGO_BIN_NAME
github.com/clap-rs/clap - ia0 opened this issue 3 months ago
github.com/clap-rs/clap - ia0 opened this issue 3 months ago
Derive parser: FromStr implemention with Err=Box<dyn Error> causes inscrutible compiler error
github.com/clap-rs/clap - Sciencentistguy opened this issue 3 months ago
github.com/clap-rs/clap - Sciencentistguy opened this issue 3 months ago
chore: add the missing symbol
github.com/clap-rs/clap - xixishidibei opened this pull request 3 months ago
github.com/clap-rs/clap - xixishidibei opened this pull request 3 months ago
fix(complete): Strip wrappers for running completer
github.com/clap-rs/clap - epage opened this pull request 3 months ago
github.com/clap-rs/clap - epage opened this pull request 3 months ago
docs(complete): Clarify CompleteEnv's Shell trait
github.com/clap-rs/clap - epage opened this pull request 3 months ago
github.com/clap-rs/clap - epage opened this pull request 3 months ago
fix(complete): Adjust how IFS is passed to clap
github.com/clap-rs/clap - epage opened this pull request 3 months ago
github.com/clap-rs/clap - epage opened this pull request 3 months ago
Bash outputs everything as one completion, rather than a list of completions
github.com/clap-rs/clap - epage opened this issue 3 months ago
github.com/clap-rs/clap - epage opened this issue 3 months ago
`clap_complete::env::Elvish` generates code deprecated in 0.18, removed in 0.21
github.com/clap-rs/clap - epage opened this issue 3 months ago
github.com/clap-rs/clap - epage opened this issue 3 months ago
Short flag that takes a path behaves unexpectedly in PowerShell
github.com/clap-rs/clap - nathanwhit opened this issue 3 months ago
github.com/clap-rs/clap - nathanwhit opened this issue 3 months ago
Support for Option Value Binding or ArgMatches Traversal
github.com/clap-rs/clap - JS-Zheng opened this issue 3 months ago
github.com/clap-rs/clap - JS-Zheng opened this issue 3 months ago
fix(complete): Have consistent order across machines
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
fix(complete): Put clap in chage of Fish ordering
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
chore(complete): Update completest
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
test(complete): Run completion tests in parallel
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
test(complete): Verify more shell integration cases
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
Both Flags Print as `true`, it should print one `true` ant other `false`
github.com/clap-rs/clap - BiswajitThakur opened this issue 4 months ago
github.com/clap-rs/clap - BiswajitThakur opened this issue 4 months ago
chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
github.com/clap-rs/clap-verbosity-flag - renovate[bot] opened this pull request 4 months ago
github.com/clap-rs/clap-verbosity-flag - renovate[bot] opened this pull request 4 months ago
chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
github.com/clap-rs/clap - renovate[bot] opened this pull request 4 months ago
github.com/clap-rs/clap - renovate[bot] opened this pull request 4 months ago
docs: Ensure examples are scraped
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
Rustdoc is not scraping examples
github.com/clap-rs/clap - willcrichton opened this issue 4 months ago
github.com/clap-rs/clap - willcrichton opened this issue 4 months ago
feat: Simple support to complete external subcommand
github.com/clap-rs/clap - shannmu opened this pull request 4 months ago
github.com/clap-rs/clap - shannmu opened this pull request 4 months ago
fix(complete)!: Remove CompleteCommand
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
fix(derive): Improve unsupported field type error message
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
Bump shlex in clap_complete to 1.3.0
github.com/clap-rs/clap - HKalbasi opened this pull request 4 months ago
github.com/clap-rs/clap - HKalbasi opened this pull request 4 months ago
Completing a CLI with `<mask>... <file>` never offers `<file>` completions with Rust native completions
github.com/clap-rs/clap - windsource opened this issue 4 months ago
github.com/clap-rs/clap - windsource opened this issue 4 months ago
feat(derive): derive `clap::Args` for enum types
github.com/clap-rs/clap - ysndr opened this pull request 4 months ago
github.com/clap-rs/clap - ysndr opened this pull request 4 months ago
fix: typo in CONTRIBUTING.md
github.com/clap-rs/clap - senekor opened this pull request 4 months ago
github.com/clap-rs/clap - senekor opened this pull request 4 months ago
fix(complete)!: Be consistent in value language
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
fix(complete): Allow completing '.'
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
feat(complete): Provide ArgValueCompleter
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
Global argument clashes with subcommand positional of same name
github.com/clap-rs/clap - bennetthardwick opened this issue 4 months ago
github.com/clap-rs/clap - bennetthardwick opened this issue 4 months ago
fix: Typos in documentation to `CompleteEnv`
github.com/clap-rs/clap - a-kenji opened this pull request 4 months ago
github.com/clap-rs/clap - a-kenji opened this pull request 4 months ago
fix(complete)!: Rename Custom completer
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
fix(complete)!: Rename dynamic to engine
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
fix(complete): Don't cause endless completions for bash/zsh
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
Move `ContextKind` and `ContextValue` into one enum
github.com/clap-rs/clap - TheTollingBell opened this issue 4 months ago
github.com/clap-rs/clap - TheTollingBell opened this issue 4 months ago
Improve documentation for clap::Args::augment_args and clap::Args::augment_args_for_update
github.com/clap-rs/clap - nwalfield opened this issue 4 months ago
github.com/clap-rs/clap - nwalfield opened this issue 4 months ago
fix(complete)!: Shuffle API up for stabilization
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
docs(complete): Specify the compatibility guarentees
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
feat(complete): Make `Shells` more flexible
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
Feature request for completing external subcommand
github.com/clap-rs/clap - shannmu opened this issue 4 months ago
github.com/clap-rs/clap - shannmu opened this issue 4 months ago
refactor(complete): Misc code cleanup for dynamic completions
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
feat: Explicitly list items to re-export from derive
github.com/clap-rs/clap - Noratrieb opened this pull request 4 months ago
github.com/clap-rs/clap - Noratrieb opened this pull request 4 months ago
using global env var arg produces different help output
github.com/clap-rs/clap - davepacheco opened this issue 4 months ago
github.com/clap-rs/clap - davepacheco opened this issue 4 months ago
multicall support for rust-native completions
github.com/clap-rs/clap - epage opened this issue 4 months ago
github.com/clap-rs/clap - epage opened this issue 4 months ago
feat(complete): Env hook for dynamic completions
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
Subcommand for dynamic completions seems to be hard coded and blocks use of word 'complete' as actual input
github.com/clap-rs/clap - alerque opened this issue 4 months ago
github.com/clap-rs/clap - alerque opened this issue 4 months ago
fix(complete): Correct version check
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
Lazy loading of dynamic completions
github.com/clap-rs/clap - alerque opened this issue 4 months ago
github.com/clap-rs/clap - alerque opened this issue 4 months ago
Fix typo in dynamic completion doc comment
github.com/clap-rs/clap - a-kenji opened this pull request 4 months ago
github.com/clap-rs/clap - a-kenji opened this pull request 4 months ago
fix(complete)!: Remove unused CommandCompleter trait method
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
fix(complete)!: Put CompleteCommand behind unstable-command
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
fix(complete)!: Dont assume powershell on Windows
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
fix(complete)!: Error, rather than default, on unknown shell
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
fix(complete)!: Adjust built-in completion CLI
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
fix(complete): Ensure bash does not sort, we do
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
Complete "unknown" arguments using the `UnknownArgumentValueParser` suggestion
github.com/clap-rs/clap - epage opened this issue 4 months ago
github.com/clap-rs/clap - epage opened this issue 4 months ago
refactor(complete): Organize around completion UI
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
test(complete): Normalize snapshot format
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
clap_derive can parse arbitrary Rust code, which is not always necessary and costs compile time
github.com/clap-rs/clap - hanna-kruppe opened this issue 4 months ago
github.com/clap-rs/clap - hanna-kruppe opened this issue 4 months ago
Support `trailing_var_arg` with rust-native completions
github.com/clap-rs/clap - epage opened this issue 4 months ago
github.com/clap-rs/clap - epage opened this issue 4 months ago
Support `last` with rust-native completions
github.com/clap-rs/clap - epage opened this issue 4 months ago
github.com/clap-rs/clap - epage opened this issue 4 months ago
Ability to forward completions in Rust native completions
github.com/clap-rs/clap - epage opened this issue 4 months ago
github.com/clap-rs/clap - epage opened this issue 4 months ago
Multi-part custom completions for rust native completions
github.com/clap-rs/clap - epage opened this issue 4 months ago
github.com/clap-rs/clap - epage opened this issue 4 months ago
Help headers for rust native completions
github.com/clap-rs/clap - epage opened this issue 4 months ago
github.com/clap-rs/clap - epage opened this issue 4 months ago
Completion status messages with rust native completions
github.com/clap-rs/clap - epage opened this issue 4 months ago
github.com/clap-rs/clap - epage opened this issue 4 months ago
Style completion options with rust-native completions
github.com/clap-rs/clap - epage opened this issue 4 months ago
github.com/clap-rs/clap - epage opened this issue 4 months ago
feat(complete): Make registration args optional
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
feat(complete): Infer shell for dynamic completions
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
feat(clap_complete): Add support for Powershell
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
docs(complete): Clarify CompletionCandidate
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
docs(complete): Expand dynamic docs
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
refactor(complete): Split up completion code
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
refactor(complete): Minor clean up
github.com/clap-rs/clap - epage opened this pull request 4 months ago
github.com/clap-rs/clap - epage opened this pull request 4 months ago
Generate documentation for raw Command attributes from builder setters
github.com/clap-rs/clap - heaths opened this issue 5 months ago
github.com/clap-rs/clap - heaths opened this issue 5 months ago
docs(cookbook): Style cargo plugin
github.com/clap-rs/clap - epage opened this pull request 5 months ago
github.com/clap-rs/clap - epage opened this pull request 5 months ago
refactor(styles): make styles example use a const
github.com/clap-rs/clap - gibfahn opened this pull request 5 months ago
github.com/clap-rs/clap - gibfahn opened this pull request 5 months ago
docs(builder): Remove bad copy/paste docs
github.com/clap-rs/clap - epage opened this pull request 5 months ago
github.com/clap-rs/clap - epage opened this pull request 5 months ago
fix: Ensure unstable-ext gets enabled
github.com/clap-rs/clap - epage opened this pull request 5 months ago
github.com/clap-rs/clap - epage opened this pull request 5 months ago
fix(ext)!: Make extension methods fluent
github.com/clap-rs/clap - epage opened this pull request 5 months ago
github.com/clap-rs/clap - epage opened this pull request 5 months ago
Support `allow_hyphen_values` in native completions
github.com/clap-rs/clap - mart-mihkel opened this pull request 5 months ago
github.com/clap-rs/clap - mart-mihkel opened this pull request 5 months ago
docs: Arg::value_delimiter default value
github.com/clap-rs/clap - systemtrap opened this issue 5 months ago
github.com/clap-rs/clap - systemtrap opened this issue 5 months ago
Help text: flattening Args containing both positional arguments and named flags results in incorrect "usage" order
github.com/clap-rs/clap - jrose-signal opened this issue 5 months ago
github.com/clap-rs/clap - jrose-signal opened this issue 5 months ago
Support dynamic value of argument completion
github.com/clap-rs/clap - shannmu opened this pull request 5 months ago
github.com/clap-rs/clap - shannmu opened this pull request 5 months ago