mirror of
https://github.com/rust-lang/cargo
synced 2024-11-05 18:50:39 +00:00
Remove update help for config subcommand
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
parent
b514b1313c
commit
53fd815522
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ use cargo::ops::cargo_config;
|
|||
pub fn cli() -> Command {
|
||||
subcommand("config")
|
||||
.about("Inspect configuration values")
|
||||
.after_help("Run `cargo help config` for more detailed information.\n")
|
||||
.subcommand_required(true)
|
||||
.arg_required_else_help(true)
|
||||
.subcommand(
|
||||
|
|
Loading…
Reference in a new issue