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

View File

@@ -16,6 +16,7 @@ pub use komorebi::NotificationEvent;
pub use komorebi::RuleDebug;
pub use komorebi::StackbarConfig;
pub use komorebi::State;
pub use komorebi::StaticConfig;
pub use komorebi::TabsConfig;
pub use komorebi_core::ActiveWindowBorderStyle;
pub use komorebi_core::Arrangement;