Skip to content

Commit

Permalink
feat(#27): no cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jul 30, 2024
1 parent 79bf7e7 commit 5ff403c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/args/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,4 @@ pub struct Cli {
/// Verbose output.
#[arg(short, long, default_value = "false")]
pub verbose: bool,
/// Ignore if expression.
#[arg(long)]
ignore_if: String,
}
1 change: 0 additions & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ fn outputs_help() -> Result<()> {
assert!(output.contains("--stdout"));
assert!(output.contains("--verbose"));
assert!(output.contains("-v"));
assert!(output.contains("--ignore-if"));
Ok(())
}

0 comments on commit 5ff403c

Please sign in to comment.