Currently, `rustup target add` does not support completions for target names. We should use clap's dynamic completions for this, possibly extending them to other subcommands (see #2268).
Currently,
rustup target adddoes not support completions for target names.We should use clap's dynamic completions for this, possibly extending them to other subcommands (see #2268).