Skip to content

Commit

Permalink
fix: address broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Nov 25, 2024
1 parent 3367a8f commit d656db2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/config/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,11 @@ pub struct Cli {
/// Show call debug information.
pub show_calls: Option<ShowCalls>,

#[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<bool>,

#[arg(short, long, help_heading = "Debugging Options")]
#[arg(long, help_heading = "Debugging Options")]
/// Show event logs information.
pub show_event_logs: Option<bool>,

Expand Down

0 comments on commit d656db2

Please sign in to comment.