Skip to content

Commit

Permalink
Merge pull request #18 from sunshowers/nocapture
Browse files Browse the repository at this point in the history
Restore --nocapture as a no-op argument
  • Loading branch information
LukasKalbertodt committed Aug 14, 2022
2 parents 05346b3 + 9481a88 commit 90536df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ pub struct Arguments {
#[clap(long = "--list", help = "List all tests and benchmarks")]
pub list: bool,

/// No-op, ignored (libtest-mimic always runs in no-capture mode)
#[clap(long = "--nocapture", help = "No-op (libtest-mimic always runs in no-capture mode)")]
pub nocapture: bool,

/// If set, filters are matched exactly rather than by substring.
#[clap(
long = "--exact",
Expand Down

0 comments on commit 90536df

Please sign in to comment.