Ed Page
Ed Page
@shannmu `cargo add` corresponds to https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-other-registries while `cargo publish --registry` is https://doc.rust-lang.org/cargo/commands/cargo-publish.html#publish-options Both are defined as coming from config, so they should be the same.
> Add custom completer for cargo to complete third-party subcommand names > Add custom completer for cargo to complete aliases defined in config.toml > Add custom completer for cargo +...
The [setup instructions](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#how-to-use-native-completions-feature) suggest putting `CARGO_COMPLETE=zsh cargo +nightly` in your config, instead of the output, which would keep this cross-system. The reason we suggest this is because the interface between...
Lazy loading of completions is being tracked in clap-rs/clap#5668. That will likely need to be resolved before we stabilize. I'd like to look at the problem holistically across shells of...
> The original issue states this is already supported, but I want to make sure I understand what is already support and what future support may be planned. What do...
In general, we don't do global validation. See also : - #5020 - #1546 - #1204 - #5977 For parts of this, design discussion starts around https://github.com/clap-rs/clap/issues/1546#issuecomment-1198809765
At this time, there isn't one.
Closing as this is a duplicate of #913.
Yes, the API is currently incomplete. However, I'm unsure what I want to expose. You suggest exposing the `to_` functions. But we have four of those for `DeInteger`. That is...
`DeInteger` and `DeFloat` have `_` removed. `DeInteger` has the prefix removed.