mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-29 22:01:07 +00:00
chore: ⚡️ Update default value of build_target
This commit is contained in:
parent
3bb44c1d1f
commit
7ac3775b3c
@ -49,7 +49,7 @@ pub enum SubCommand {
|
||||
#[derive(Debug, Parser)]
|
||||
pub struct InstallOpts {
|
||||
/// Comma or space separated list of targets [esp32,esp32s2,esp32s3,esp32c3,all].
|
||||
#[clap(short = 'b', long, default_value = "esp32,esp32s2,esp32s3")]
|
||||
#[clap(short = 'b', long, default_value = "all")]
|
||||
pub build_target: String,
|
||||
/// Path to .cargo.
|
||||
#[clap(short = 'c', long, required = false)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user