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:
parent
862d33b017
commit
b7ea4e9760
6 changed files with 130 additions and 34 deletions
|
|
@ -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![],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue