Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/clap-rs/clap
A full featured, fast Command Line Argument Parser for Rust
https://github.com/clap-rs/clap
docs(complete): Clarify CompleteEnv's Shell trait
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
fix(complete): Adjust how IFS is passed to clap
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
Bash outputs everything as one completion, rather than a list of completions
epage opened this issue 4 months ago
epage opened this issue 4 months ago
`clap_complete::env::Elvish` generates code deprecated in 0.18, removed in 0.21
epage opened this issue 4 months ago
epage opened this issue 4 months ago
Short flag that takes a path behaves unexpectedly in PowerShell
nathanwhit opened this issue 4 months ago
nathanwhit opened this issue 4 months ago
Support for Option Value Binding or ArgMatches Traversal
JS-Zheng opened this issue 4 months ago
JS-Zheng opened this issue 4 months ago
fix(complete): Have consistent order across machines
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
fix(complete): Put clap in chage of Fish ordering
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
fix(help): Style arg groups
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
chore(complete): Update completest
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
chore: Update completest
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
test(complete): Run completion tests in parallel
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
test(complete): Verify more shell integration cases
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
Both Flags Print as `true`, it should print one `true` ant other `false`
BiswajitThakur opened this issue 4 months ago
BiswajitThakur opened this issue 4 months ago
Generate syntax/railroad diagram
ronanM opened this issue 4 months ago
ronanM opened this issue 4 months ago
chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
renovate[bot] opened this pull request 4 months ago
renovate[bot] opened this pull request 4 months ago
Allow groups of groups
epage opened this issue 4 months ago
epage opened this issue 4 months ago
docs: Ensure examples are scraped
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
Rustdoc is not scraping examples
willcrichton opened this issue 4 months ago
willcrichton opened this issue 4 months ago
feat: Simple support to complete external subcommand
shannmu opened this pull request 4 months ago
shannmu opened this pull request 4 months ago
fix(complete)!: Remove CompleteCommand
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
fix(derive): Improve unsupported field type error message
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
Support for `value_parser_if`
ewoolsey opened this issue 4 months ago
ewoolsey opened this issue 4 months ago
Bump shlex in clap_complete to 1.3.0
HKalbasi opened this pull request 4 months ago
HKalbasi opened this pull request 4 months ago
Completing a CLI with `<mask>... <file>` never offers `<file>` completions with Rust native completions
windsource opened this issue 4 months ago
windsource opened this issue 4 months ago
feat(derive): derive `clap::Args` for enum types
ysndr opened this pull request 4 months ago
ysndr opened this pull request 4 months ago
default_values_if
SuspiciousDuck opened this issue 4 months ago
SuspiciousDuck opened this issue 4 months ago
fix: typo in CONTRIBUTING.md
senekor opened this pull request 4 months ago
senekor opened this pull request 4 months ago
fix(complete)!: Be consistent in value language
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
fix(complete): Allow completing '.'
epage opened this pull request 4 months ago
epage opened this pull request 4 months ago
feat(complete): Provide ArgValueCompleter
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
Global argument clashes with subcommand positional of same name
bennetthardwick opened this issue 5 months ago
bennetthardwick opened this issue 5 months ago
fix: Typos in documentation to `CompleteEnv`
a-kenji opened this pull request 5 months ago
a-kenji opened this pull request 5 months ago
fix(complete)!: Rename Custom completer
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
fix(complete)!: Rename dynamic to engine
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
fix(complete): Don't cause endless completions for bash/zsh
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
Move `ContextKind` and `ContextValue` into one enum
TheTollingBell opened this issue 5 months ago
TheTollingBell opened this issue 5 months ago
Improve documentation for clap::Args::augment_args and clap::Args::augment_args_for_update
nwalfield opened this issue 5 months ago
nwalfield opened this issue 5 months ago
fix(complete)!: Shuffle API up for stabilization
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
docs(complete): Specify the compatibility guarentees
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
feat(complete): Make `Shells` more flexible
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
Feature request for completing external subcommand
shannmu opened this issue 5 months ago
shannmu opened this issue 5 months ago
refactor(complete): Misc code cleanup for dynamic completions
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
feat: Explicitly list items to re-export from derive
Noratrieb opened this pull request 5 months ago
Noratrieb opened this pull request 5 months ago
using global env var arg produces different help output
davepacheco opened this issue 5 months ago
davepacheco opened this issue 5 months ago
multicall support for rust-native completions
epage opened this issue 5 months ago
epage opened this issue 5 months ago
feat(complete): Env hook for dynamic completions
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
Subcommand for dynamic completions seems to be hard coded and blocks use of word 'complete' as actual input
alerque opened this issue 5 months ago
alerque opened this issue 5 months ago
fix(complete): Correct version check
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
Lazy loading of dynamic completions
alerque opened this issue 5 months ago
alerque opened this issue 5 months ago
Fix typo in dynamic completion doc comment
a-kenji opened this pull request 5 months ago
a-kenji opened this pull request 5 months ago
fix(complete)!: Remove unused CommandCompleter trait method
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
fix(complete)!: Put CompleteCommand behind unstable-command
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
fix(complete)!: Dont assume powershell on Windows
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
fix(complete)!: Error, rather than default, on unknown shell
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
fix(complete)!: Adjust built-in completion CLI
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
fix(complete): Ensure bash does not sort, we do
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
Complete "unknown" arguments using the `UnknownArgumentValueParser` suggestion
epage opened this issue 5 months ago
epage opened this issue 5 months ago
refactor(complete): Organize around completion UI
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
test(complete): Normalize snapshot format
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
clap_derive can parse arbitrary Rust code, which is not always necessary and costs compile time
hanna-kruppe opened this issue 5 months ago
hanna-kruppe opened this issue 5 months ago
Support `trailing_var_arg` with rust-native completions
epage opened this issue 5 months ago
epage opened this issue 5 months ago
Support `last` with rust-native completions
epage opened this issue 5 months ago
epage opened this issue 5 months ago
Ability to forward completions in Rust native completions
epage opened this issue 5 months ago
epage opened this issue 5 months ago
Multi-part custom completions for rust native completions
epage opened this issue 5 months ago
epage opened this issue 5 months ago
Help headers for rust native completions
epage opened this issue 5 months ago
epage opened this issue 5 months ago
Completion status messages with rust native completions
epage opened this issue 5 months ago
epage opened this issue 5 months ago
Style completion options with rust-native completions
epage opened this issue 5 months ago
epage opened this issue 5 months ago
feat(complete): Make registration args optional
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
feat(complete): Infer shell for dynamic completions
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
feat(clap_complete): Add support for Powershell
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
docs(complete): Clarify CompletionCandidate
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
doc(complete): More polish
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
docs(complete): Expand dynamic docs
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
fix(complete)!: Audit the API
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
refactor(complete): Split up completion code
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
refactor(complete): Minor clean up
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
Generate documentation for raw Command attributes from builder setters
heaths opened this issue 5 months ago
heaths opened this issue 5 months ago
docs(cookbook): Style cargo plugin
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
refactor(styles): make styles example use a const
gibfahn opened this pull request 5 months ago
gibfahn opened this pull request 5 months ago
docs(builder): Remove bad copy/paste docs
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
fix: Ensure unstable-ext gets enabled
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
fix(ext)!: Make extension methods fluent
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
Filterable help flag/command
crowlKats opened this issue 5 months ago
crowlKats opened this issue 5 months ago
Support `allow_hyphen_values` in native completions
mart-mihkel opened this pull request 5 months ago
mart-mihkel opened this pull request 5 months ago
Arg::to_string panics
crowlKats opened this issue 5 months ago
crowlKats opened this issue 5 months ago
docs: Arg::value_delimiter default value
systemtrap opened this issue 5 months ago
systemtrap opened this issue 5 months ago
Help text: flattening Args containing both positional arguments and named flags results in incorrect "usage" order
jrose-signal opened this issue 5 months ago
jrose-signal opened this issue 5 months ago
Support dynamic value of argument completion
shannmu opened this pull request 5 months ago
shannmu opened this pull request 5 months ago
feat(complete): Reexport ValueHint for transition to ArgExt
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
feat(builder): Add Extension API
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
docs: Cross-link color control to Command::styles
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
chore(deps): Update compatible (dev)
renovate[bot] opened this pull request 5 months ago
renovate[bot] opened this pull request 5 months ago
fix(help): Properly wrap subcommand about
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
test(help): Switch to snapbox
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
fix(derive): Improve flattening-skipped-group assert
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
test(derive): Update UI tests to stable
epage opened this pull request 5 months ago
epage opened this pull request 5 months ago
Missing methods `Command::get_arg` and `Command::get_group`
noc7c9 opened this issue 5 months ago
noc7c9 opened this issue 5 months ago
Add missing option hyphens to generated PowerShell completion scripts
Mixu78 opened this pull request 5 months ago
Mixu78 opened this pull request 5 months ago
Unclear panic error: "`#[arg(flatten)]`ed field type implements `Args::group_id`"
noc7c9 opened this issue 5 months ago
noc7c9 opened this issue 5 months ago