a format thing

This commit is contained in:
Abraham Toriz 2021-07-21 19:07:19 -05:00
parent 334c56b439
commit 88e6c21672
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 4 additions and 1 deletions

View File

@ -155,7 +155,10 @@ fn main() {
.subcommand(SubCommand::with_name("display")
.visible_alias("d")
.about("Display the current timesheet or a specific. Pass `all' as SHEET to display all unarchived sheets or `full' to display archived and unarchived sheets.")
.about(
"Display the current timesheet or a specific. Pass `all' as \
SHEET to display all unarchived sheets or `full' to display \
archived and unarchived sheets.")
.arg(ids_arg.clone())
.arg(start_arg.clone())
.arg(end_arg.clone())