mirror of
https://github.com/esp-rs/espup.git
synced 2025-10-02 15:14:56 +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)]
|
#[derive(Debug, Parser)]
|
||||||
pub struct InstallOpts {
|
pub struct InstallOpts {
|
||||||
/// Comma or space separated list of targets [esp32,esp32s2,esp32s3,esp32c3,all].
|
/// 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,
|
pub build_target: String,
|
||||||
/// Path to .cargo.
|
/// Path to .cargo.
|
||||||
#[clap(short = 'c', long, required = false)]
|
#[clap(short = 'c', long, required = false)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user