feat(cli): add check command for useful info

This commit adds a new komorebic command, check, to output useful
information that will aid in understanding unexpected behaviour reported
by users.
This commit is contained in:
LGUG2Z
2023-04-28 17:39:11 -07:00
parent 9f16cb91a9
commit b647fdf01a
2 changed files with 59 additions and 0 deletions

View File

@@ -32,6 +32,20 @@ OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22000 N/A Build 22000
```
**`komorebic check` Output**
Provide the output of `komorebic check`
For example:
```
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\LGUG2Z
Looking for configuration files in C:\Users\LGUG2Z
No komorebi configuration found in C:\Users\LGUG2Z
If running 'komorebic start --await-configuration', you will manually have to call the following command to begin tiling: komorebic complete-configuration
```
**Additional context**
Add any other context about the problem here.