From 972adef5626706f9a192ff784ecc22d1a56b1fe4 Mon Sep 17 00:00:00 2001 From: Jokler Date: Sat, 25 Jan 2020 15:55:52 +0100 Subject: Move master and music bots into seperate files --- src/main.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main.rs') 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, - #[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", -- cgit v1.2.3-70-g09d2