diff --git a/src/config/cli.rs b/src/config/cli.rs index b8215683..7f7600d5 100644 --- a/src/config/cli.rs +++ b/src/config/cli.rs @@ -70,16 +70,11 @@ pub struct Cli { /// Show call debug information. pub show_calls: Option, - #[arg( - short, - long, - requires = "show_calls", - help_heading = "Debugging Options" - )] + #[arg(long, requires = "show_calls", help_heading = "Debugging Options")] /// Show call output information. pub show_outputs: Option, - #[arg(short, long, help_heading = "Debugging Options")] + #[arg(long, help_heading = "Debugging Options")] /// Show event logs information. pub show_event_logs: Option,