summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index b8ccf78..bff40f8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -35,7 +35,11 @@ pub struct Args {
help = "The address of the server to connect to"
)]
address: Option<String>,
- #[structopt(help = "Configuration file", parse(from_os_str), default_value = "config.toml")]
+ #[structopt(
+ help = "Configuration file",
+ parse(from_os_str),
+ default_value = "config.toml"
+ )]
config_path: PathBuf,
#[structopt(
short = "d",