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 505b98c commit 59a4bf0Copy full SHA for 59a4bf0
espflash/src/cli/mod.rs
@@ -203,7 +203,7 @@ pub struct MonitorArgs {
203
#[arg(short = 'e', long, value_name = "FILE")]
204
elf: Option<PathBuf>,
205
/// Logging format.
206
- #[arg(long, short = 'L', default_value = "serial")]
+ #[arg(long, short = 'L', default_value = "serial", requires = "elf")]
207
pub log_format: LogFormat,
208
}
209
0 commit comments