refactor: unify and simplify the call of app_handle(2)

This commit is contained in:
huzibaca
2024-09-23 23:15:51 +08:00
parent 961b86dcd2
commit 45b48ede44
12 changed files with 39 additions and 62 deletions

View File

@@ -56,7 +56,5 @@ fn test_merge() -> anyhow::Result<()> {
let result = serde_yaml::to_string(&use_merge(merge, config))?;
println!("{result}");
Ok(())
}