mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +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(
|
||||
App::new("set")
|
||||
.about("Change the installation method or yabridge path")
|
||||
.about("Change the installation method or yabridge path (advanced)")
|
||||
.display_order(200)
|
||||
.setting(AppSettings::ArgRequiredElseHelp)
|
||||
.arg(
|
||||
|
||||
Reference in New Issue
Block a user