Fix missing action on path-auto

This commit is contained in:
Sakii
2024-03-12 16:36:44 +01:00
parent 49e696e42f
commit ec74627b0c
+2 -1
View File
@@ -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")