From 6817631ddee3795af3a558bf38e477da4ae5b1cb Mon Sep 17 00:00:00 2001 From: diogo464 Date: Fri, 24 Dec 2021 21:09:44 +0000 Subject: made install-path a global option --- dotup_cli/src/config.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'dotup_cli/src/config.rs') diff --git a/dotup_cli/src/config.rs b/dotup_cli/src/config.rs index ac4fc66..2046ad5 100644 --- a/dotup_cli/src/config.rs +++ b/dotup_cli/src/config.rs @@ -3,4 +3,5 @@ use std::path::PathBuf; #[derive(Debug)] pub struct Config { pub archive_path: PathBuf, + pub install_path: PathBuf, } -- cgit