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 891b25a commit 2b2d941Copy full SHA for 2b2d941
src/lib.rs
@@ -89,7 +89,7 @@
89
//!
90
//! /// File name: only required when `out` is set to `file`
91
//! #[structopt(name = "FILE", required_if("out_type", "file"))]
92
-//! file_name: String,
+//! file_name: Option<String>,
93
//! }
94
95
//! fn main() {
0 commit comments