1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +02:00

allow configuring additional app directories and add a writable app directory

fixes #15
This commit is contained in:
Robin Appelman 2026-03-05 23:27:54 +01:00
commit b7ea4e9760
6 changed files with 130 additions and 34 deletions

View file

@ -505,6 +505,7 @@ impl SubCommand for HazeCommand {
fn test_arg_parse() {
let config = HazeConfig {
sources_root: Default::default(),
app_directories: Default::default(),
work_dir: Default::default(),
auto_setup: Default::default(),
volume: vec![],