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): De-duplicate built-in candidates

github.com/clap-rs/clap - epage opened this pull request 3 months ago
docs: Fix demo help

github.com/clap-rs/clap - adamchainz opened this pull request 3 months ago
chore: add the missing symbol

github.com/clap-rs/clap - epage opened this pull request 3 months ago
chore: add the missing symbol

github.com/clap-rs/clap - xixishidibei 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
fix(complete): Adjust how IFS is passed to clap

github.com/clap-rs/clap - epage opened this pull request 3 months ago
fix(complete): Put clap in chage of Fish ordering

github.com/clap-rs/clap - epage opened this pull request 4 months ago
fix(help): Style arg groups

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
chore: Update completest

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
Generate syntax/railroad diagram

github.com/clap-rs/clap - ronanM opened this issue 4 months ago
Allow groups of groups

github.com/clap-rs/clap - epage opened this issue 4 months ago
docs: Ensure examples are scraped

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
feat: Simple support to complete external subcommand

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
Support for `value_parser_if`

github.com/clap-rs/clap - ewoolsey opened this issue 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
feat(derive): derive `clap::Args` for enum types

github.com/clap-rs/clap - ysndr opened this pull request 4 months ago
default_values_if

github.com/clap-rs/clap - SuspiciousDuck opened this issue 4 months ago
fix: typo in CONTRIBUTING.md

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
fix(complete): Allow completing '.'

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
fix: Typos in documentation to `CompleteEnv`

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
fix(complete)!: Rename dynamic to engine

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
fix(complete)!: Shuffle API up for stabilization

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
feat: Explicitly list items to re-export from derive

github.com/clap-rs/clap - Noratrieb opened this pull request 4 months ago
feat(complete): Env hook for dynamic completions

github.com/clap-rs/clap - epage opened this pull request 4 months ago
fix(complete): Correct version check

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
Fix typo in dynamic completion doc comment

github.com/clap-rs/clap - a-kenji 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
fix(complete)!: Adjust built-in completion CLI

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
refactor(complete): Organize around completion UI

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
Help headers for rust native completions

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
feat(clap_complete): Add support for Powershell

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
doc(complete): More polish

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
fix(complete)!: Audit the API

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
refactor(complete): Minor clean up

github.com/clap-rs/clap - epage opened this pull request 4 months ago
docs(cookbook): Style cargo plugin

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
docs(builder): Remove bad copy/paste docs

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
fix(ext)!: Make extension methods fluent

github.com/clap-rs/clap - epage opened this pull request 5 months ago
Filterable help flag/command

github.com/clap-rs/clap - crowlKats opened this issue 5 months ago
Support `allow_hyphen_values` in native completions

github.com/clap-rs/clap - mart-mihkel opened this pull request 5 months ago
Arg::to_string panics

github.com/clap-rs/clap - crowlKats opened this issue 5 months ago
docs: Arg::value_delimiter default value

github.com/clap-rs/clap - systemtrap 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