chore: ️ Update default value of build_target

This commit is contained in:
Sergio Gasquez 2022-09-20 11:44:51 +00:00
parent 3bb44c1d1f
commit 7ac3775b3c

View File

@ -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)]