Ed Page

Results 596 issues of Ed Page

Right now, `CustomCompleter` requires providing all options at once. For something like `chown` or paths, you will want to complete a part at a time. See also https://carapace-sh.github.io/carapace/carapace/defaultActions/actionMultiParts.html

C-enhancement
M-breaking-change
E-medium
A-completion

See - https://carapace.sh/ - https://carapace-sh.github.io/carapace/carapace/action/tag.html

C-enhancement
M-breaking-change
E-medium
A-completion

Two halves to this Some completion options have a "pretty" mode, a display-only completion result Next step is coloring of that, see - https://carapace.sh/ - https://carapace-sh.github.io/carapace/carapace/action/style.html

C-enhancement
E-medium
A-completion

See #3166 for more context

C-enhancement
E-medium
A-completion

See #3166 for more context

C-enhancement
E-medium
A-completion

A trailing space signifies that there is nothing else to complete for this argument and the next argument should be started. Cases where a space is appropriate - long flags...

C-bug
A-completion
S-waiting-on-design

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the existing issues ### Rust Version rustc 1.57.0 (f1edd0429 2021-11-29) ### Clap...

C-bug
M-breaking-change
E-medium
A-man

Cargo needs this for testing `cargo test`. This was found while testing the fix for #348.

enhancement
A-snapbox

Some problems: - Local development might involve `WIP` but those should be prevented in production - pre-commit losing the entire commit message due to a minor problem that could be...

C-enhancement
A-lints

Steps ```console $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh $ apt-get update && apt-get install -y curl $ curl -LsSf https://astral.sh/uv/install.sh | sh $ source $HOME/.cargo/env $ uvx...

bug