summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 708945d..0adeb9e 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -19,4 +19,8 @@ pub struct Config {
#[structopt(short, long, env="ASCIIFARM_USER_DIR", help="The directory in which the user sign-in data lives")]
pub user_dir: Option<PathBuf>,
+
+ #[structopt(long, env="USER", help="The name(s) of the server admin(s)")]
+ pub admins: String,
+
}