mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Disable implicit help subcommand
This commit is contained in:
parent
23be22db3b
commit
719643c943
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use syn_select::Selector;
|
|||
const VERSION: &str = include_str!(concat!(env!("OUT_DIR"), "/version"));
|
||||
|
||||
#[derive(Parser)]
|
||||
#[command(bin_name = "cargo", version = VERSION, author)]
|
||||
#[command(bin_name = "cargo", version = VERSION, author, disable_help_subcommand = true)]
|
||||
pub enum Subcommand {
|
||||
/// Show the result of macro expansion.
|
||||
#[command(name = "expand", version = VERSION, author)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue