aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/config.rs
Commit message (Collapse)AuthorAge
* default cfg is optionGustav Sörnäs2020-10-21
| | | | None if the file doesn't exist
* some changesGustav Sörnäs2020-10-19
| | | | | | | | | | They got a bit bundled together but they at least do the following: - read_default_cfg returns a result - command to print all server config values - command to print a single server config value - command to remove servers - Option::map instead of if let Some()-... - TryFrom instead of Try
* server config subcommandGustav Sörnäs2020-10-19
|
* write config to fileGustav Sörnäs2020-10-19
|
* convert config to stringGustav Sörnäs2020-10-19
|
* initial reading of config fileGustav Sörnäs2020-10-19