summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 9d2c480..708945d 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -16,4 +16,7 @@ pub struct Config {
#[structopt(short, long, env="ASCIIFARM_SAVE_DIR", help="The directory in which the savegames are")]
pub save_dir: Option<PathBuf>,
+ #[structopt(short, long, env="ASCIIFARM_USER_DIR", help="The directory in which the user sign-in data lives")]
+ pub user_dir: Option<PathBuf>,
+
}