mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
[yabridgectl] Mark yabridgectl set as advanced
You shouldn't need this in normal usage.
This commit is contained in:
@@ -104,7 +104,7 @@ fn main() -> Result<()> {
|
|||||||
)
|
)
|
||||||
.subcommand(
|
.subcommand(
|
||||||
App::new("set")
|
App::new("set")
|
||||||
.about("Change the installation method or yabridge path")
|
.about("Change the installation method or yabridge path (advanced)")
|
||||||
.display_order(200)
|
.display_order(200)
|
||||||
.setting(AppSettings::ArgRequiredElseHelp)
|
.setting(AppSettings::ArgRequiredElseHelp)
|
||||||
.arg(
|
.arg(
|
||||||
|
|||||||
Reference in New Issue
Block a user