about summary refs log tree commit diff stats
path: root/src/config/mod.rs (follow)
Commit message (Collapse)AuthorAge
* refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz2024-10-14
|
* feat(cli/config): Show the currently active configurationBenedikt Peetz2024-08-24
|
* fix(config): Check for wrong keys in the config fileBenedikt Peetz2024-08-24
|
* fix(treewide): Actually use the values from the configBenedikt Peetz2024-08-23
|
* feat(treewide): Use a configuration fileBenedikt Peetz2024-08-23
This allows use to avoid duplication of default values in the codebase and obviously also facilitates changing these without having to re-compile.