timeout: Option<u64>,
/// Exit after <COUNT> events
#[arg(long, alias = "n")]
#[arg(long, short = 'n')]
count: Option<usize>,
},