From 88e6c216721afa349306f64813eb441d99424c83 Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Wed, 21 Jul 2021 19:07:19 -0500 Subject: [PATCH] a format thing --- src/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d406e0b..aa2e8fc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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())