app: better? config error handling

This commit is contained in:
Schrottkatze 2024-01-19 08:54:36 +01:00
parent 7c9dca0ae2
commit 6006f92d9c
Signed by: schrottkatze
GPG key ID: DFD0FD205943C14A
2 changed files with 30 additions and 11 deletions

View file

@ -9,7 +9,7 @@ mod welcome_msg;
fn main() {
// TODO: proper error handling
let cfg = Config::read().unwrap();
let cfg = Config::read();
if cfg.startup_msg {
print_startup_msg();