mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Fix missing action on path-auto
This commit is contained in:
@@ -148,7 +148,8 @@ fn main() -> Result<()> {
|
|||||||
"Automatically locate yabridge's files. This can be used after \
|
"Automatically locate yabridge's files. This can be used after \
|
||||||
manually setting a path with the '--path' option to revert back to \
|
manually setting a path with the '--path' option to revert back to \
|
||||||
the default auto detection behaviour.",
|
the default auto detection behaviour.",
|
||||||
),
|
)
|
||||||
|
.action(ArgAction::SetTrue),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new("vst2_location")
|
Arg::new("vst2_location")
|
||||||
|
|||||||
Reference in New Issue
Block a user