Open odakaui opened 4 years ago
When the config file does not contain the correct fields you get this error.
Error: Error { inner: ErrorInner { kind: Custom, line: Some(3), col: 0, at: Some(124), message: "missing field `backend`", key: [] } }
Make the program fail gracefully.
All config options should have sane defaults and should be optional.
All config options should be documented in the Wiki.
When the config file does not contain the correct fields you get this error.
Make the program fail gracefully.