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
View File
@@ -13,6 +13,7 @@ edition = "2021"
[dependencies]
derive-ahk = { path = "../derive-ahk" }
komorebi-core = { path = "../komorebi-core" }
komorebi-client = { path = "../komorebi-client" }
clap = { version = "4", features = ["derive", "wrap_help"] }
color-eyre = { workspace = true }