mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 21:37:47 +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"));
|
const VERSION: &str = include_str!(concat!(env!("OUT_DIR"), "/version"));
|
||||||
|
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
#[command(bin_name = "cargo", version = VERSION, author)]
|
#[command(bin_name = "cargo", version = VERSION, author, disable_help_subcommand = true)]
|
||||||
pub enum Subcommand {
|
pub enum Subcommand {
|
||||||
/// Show the result of macro expansion.
|
/// Show the result of macro expansion.
|
||||||
#[command(name = "expand", version = VERSION, author)]
|
#[command(name = "expand", version = VERSION, author)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue