diff --git a/src/main.rs b/src/main.rs index a7f42da..7a4ceb9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -255,6 +255,7 @@ fn main() { .subcommand(SubCommand::with_name("out") .visible_alias("o") .about("end the active entry in the current timesheet") + .arg(at_arg.clone()) ) .subcommand(SubCommand::with_name("sheet")