/// Show the log
Logs {
/// Only show <COUNT> lines of the log
#[arg(long)]
#[arg(long, default_value_t = 60)]
lines: usize,
},