docs(mkdocs): run docgen

This commit is contained in:
LGUG2Z
2025-01-01 10:43:19 -08:00
parent 7ef4fd81c0
commit d520a2bf74
13 changed files with 119 additions and 5 deletions

24
docs/cli/kill.md Normal file
View File

@@ -0,0 +1,24 @@
# kill
```
Kill background processes started by komorebic
Usage: komorebic.exe kill [OPTIONS]
Options:
--whkd
Kill whkd if it is running as a background process
--ahk
Kill ahk if it is running as a background process
--bar
Kill komorebi-bar if it is running as a background process
--masir
Kill masir if it is running as a background process
-h, --help
Print help
```