feat(cli): detailed start failure error feedback

This commit ensures that after 3 failures to start komorebi with
'komorebic start', 'komorebi.exe' will be run directly in order to show
the detailed error output to the end user.
This commit is contained in:
LGUG2Z
2024-04-20 14:26:29 -07:00
parent 793e81d43d
commit aff1081ccd
4 changed files with 29 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -874,6 +874,7 @@ dependencies = [
"dunce",
"fs-tail",
"heck 0.5.0",
"komorebi-client",
"komorebi-core",
"lazy_static",
"miette",