Update messages in yabridgectl

This commit is contained in:
Robbert van der Helm
2020-07-16 19:07:20 +02:00
parent b05d5d2b7c
commit 8698a8fd0b
4 changed files with 30 additions and 25 deletions
+4 -4
View File
@@ -62,11 +62,11 @@ pub fn verify_path_setup() -> Result<(), String> {
"nu" => command.arg("-c").arg("which yabridge-host.exe"),
shell => {
eprintln!(
"{}",
"\n{}",
wrap(&format!(
"WARNING: Yabridgectl does not know how to handle your login shell, \
'{}', skipping PATH setup check. Feel free to open a bug report to \
get yabridgectl to support your shell.\n\
"WARNING: Yabridgectl does not know how to handle your login shell \
'{}', skipping PATH setup check. Feel free to open a feature request \
in order to get yabridgectl to support your shell.\n\
\n\
https://github.com/robbert-vdh/yabridge/issues",
shell.bright_white(),