450ec49bf0e0482f3744468dda07f3f770285205
`database-path` in config was correct, but was being overwritten by `--database-path` option. In a test case the option was not given, but clap/structopt marked it as `present`. The occurrences were `0` though.
Description
Languages
Rust
83.4%
Shell
16.6%