We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68adc1f commit 80a5e3eCopy full SHA for 80a5e3e
README.md
@@ -42,5 +42,5 @@ fn main() {
42
extract .dtb files from images
43
44
```
45
-$> cargo run extract-dtb
+cargo run extract-dtb
46
extract-dtb/main.rs
@@ -13,6 +13,7 @@ struct Args {
13
/// Filename
14
#[arg(required=true)]
15
filename: String,
16
+ #[arg(required=false)]
17
dest: String,
18
}
19
0 commit comments