Verify that the PATH has been set up correctly

When creating copies with yabridgectl. This should at least give an
advance warning that some additional steps are required when first
setting up yabridge.
This commit is contained in:
Robbert van der Helm
2020-07-16 16:56:27 +02:00
parent 2ec53c78d9
commit 836aefcfbb
7 changed files with 134 additions and 4 deletions
+1 -1
View File
@@ -24,9 +24,9 @@ use crate::config::Config;
mod actions;
mod config;
mod files;
mod utils;
// TODO: Naming and descriptions could be made clearer
// TODO: When creating copies, check whether `yabridge-host.exe` is in the PATH for the login shell
// TODO: Reward parts of the readme
fn main() -> Result<()> {