We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d9e04 commit 2777579Copy full SHA for 2777579
src/bin/main.rs
@@ -13,13 +13,15 @@ struct Args {
13
#[arg(long)]
14
grep_pattern: Option<String>,
15
16
+ /// The docx file to operate on.
17
#[arg(short, long)]
18
in_file: String,
19
20
// #[arg(short, long)]
21
// out_file: String,
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.
25
26
temp_dir: Option<String>
27
}
0 commit comments