add the at argument for t o

This commit is contained in:
Abraham Toriz 2021-07-30 12:52:06 -05:00
parent fc90f76390
commit c05897d498
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 1 additions and 0 deletions

View File

@ -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")