Implement yabridgectl sync

This commit is contained in:
Robbert van der Helm
2020-07-14 22:26:23 +02:00
parent b94af4e7ae
commit 53ebfcd463
4 changed files with 177 additions and 39 deletions
+2 -2
View File
@@ -136,7 +136,7 @@ impl Config {
Ok(candidate)
} else {
Err(format!(
"Could not find {} in '{}'.",
"Could not find '{}' in '{}'.",
LIBYABRIDGE_NAME,
directory.display()
))
@@ -154,7 +154,7 @@ impl Config {
}
Err(format!(
"Could not find {} in either '{}' or '{}'. You can tell yabridgectl where \
"Could not find '{}' in either '{}' or '{}'. You can tell yabridgectl where \
to search for it using 'yabridgectl set --path=<path>'.",
LIBYABRIDGE_NAME,
system_path.display(),