diff --git a/crates/core/src/command.rs b/crates/core/src/command.rs index 5a3cf9fa..3d92ccbb 100644 --- a/crates/core/src/command.rs +++ b/crates/core/src/command.rs @@ -5,6 +5,9 @@ use clap::{ArgAction, Args}; /// Common options for commands. #[derive(Args)] +#[command( + after_help = "Unrecognized subcommands will be passed to cargo verbatim after relevant component bindings are updated." +)] pub struct CommonOptions { /// Do not print log messages #[clap(long = "quiet", short = 'q')]