ruma / homeserver

A Matrix homeserver written in Rust.
https://www.ruma.io/
1.08k stars 41 forks source link

Allow specifying a config file with a CLI option #164

Closed yblein closed 7 years ago

yblein commented 7 years ago

Fixes #151 by allowing to specify a configuration file with the CLI option -c or --config.

I've put the option inside the run subcommand since the configuration is not used in the only other subcommand. It might make sense to move the option at the top level if you believe it could be useful to other subcommands.

yblein commented 7 years ago

Here you go

jimmycuadra commented 7 years ago

Thanks so much!