zellij/zellij-utils
Thomas Linford ea86b2f4bc
fix: resolve setup --clean panic (#1882)
Do not use Config::default()

default() has empty plugins config and that does not work with the default layout.
Use Config::try_from() instead, since it already handles the clean flag.
Also, do not check the clean flag twice, it is already handled in Config::try_from.
2022-10-31 16:37:45 +01:00
..
assets fix(various): minor fixes before 32 (#1841) 2022-10-24 19:21:03 +02:00
src fix: resolve setup --clean panic (#1882) 2022-10-31 16:37:45 +01:00
Cargo.toml chore(version): bump development version 2022-10-25 11:43:53 +02:00