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 9d8f90c commit 8f1e2cbCopy full SHA for 8f1e2cb
espflash/src/main.rs
@@ -60,13 +60,14 @@ struct SaveImageArgs {
60
/// Image format to flash
61
#[clap(long, possible_values = ImageFormatType::VARIANTS)]
62
format: Option<String>,
63
- /// ELF image to flash
64
- image: PathBuf,
65
66
#[clap(flatten)]
67
pub flash_config_args: FlashConfigArgs,
68
69
save_image_args: BaseSaveImageArgs,
+
+ /// ELF image to flash
70
+ image: PathBuf,
71
}
72
73
/// Writes a binary file to a specific address in the chip's flash
0 commit comments