Skip to content

Commit 2777579

Browse files
committed
Additional argument help text
1 parent 79d9e04 commit 2777579

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bin/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ struct Args {
1313
#[arg(long)]
1414
grep_pattern: Option<String>,
1515

16+
/// The docx file to operate on.
1617
#[arg(short, long)]
1718
in_file: String,
1819

1920
// #[arg(short, long)]
2021
// out_file: String,
2122

22-
// TODO automatically pick a temp dir
23+
/// The temporary directory to use. If not specified a system temp directory
24+
/// will be used and cleaned after use.
2325
#[arg(short, long)]
2426
temp_dir: Option<String>
2527
}

0 commit comments

Comments
 (0)