We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4518131 commit e46379aCopy full SHA for e46379a
src/bin/cargo/commands/remove.rs
@@ -50,6 +50,7 @@ pub fn cli() -> clap::Command {
50
])
51
.arg_package("Package to remove from")
52
.arg_manifest_path()
53
+ .after_help("Run `cargo help remove` for more detailed information.\n")
54
}
55
56
pub fn exec(config: &mut Config, args: &ArgMatches) -> CliResult {
tests/testsuite/cargo_remove/help/stdout.log
@@ -27,3 +27,5 @@ Manifest Options:
27
--frozen Require Cargo.lock and cache are up to date
28
--locked Require Cargo.lock is up to date
29
--offline Run without accessing the network
30
+
31
+Run `cargo help remove` for more detailed information.
0 commit comments