diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 6 |
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", |
