Hide OSDK installation if using Make

This commit is contained in:
Zhang Junyang
2024-02-28 13:11:45 +08:00
committed by Tate, Hongliang Tian
parent f415585dff
commit 7d0ea99650
7 changed files with 22 additions and 35 deletions

View File

@ -115,7 +115,7 @@ pub struct TestArgs {
pub struct CargoArgs {
#[arg(
long,
help = "The Cargo build profile (built-in candidates are 'debug', 'release', 'dev' and 'bench')",
help = "The Cargo build profile (built-in candidates are 'dev', 'release', 'test' and 'bench')",
default_value = "dev"
)]
pub profile: String,