mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Clarify you can pass other options to xtask
This commit is contained in:
@@ -20,8 +20,10 @@ const BUNDLE_HOME: &str = "target/bundled";
|
|||||||
fn build_usage_string(command_name: &str) -> String {
|
fn build_usage_string(command_name: &str) -> String {
|
||||||
format!(
|
format!(
|
||||||
"Usage:
|
"Usage:
|
||||||
{command_name} bundle <package> [--release] [--target <triple>]
|
{command_name} bundle <package> [--release]
|
||||||
{command_name} bundle -p <package1> -p <package2> ... [--release] [--target <triple>]"
|
{command_name} bundle -p <package1> -p <package2> ... [--release]
|
||||||
|
|
||||||
|
All other cargo-build options are supported, including --target and --profile."
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user