docs(mkdocs): add cli reference

This commit is contained in:
LGUG2Z
2024-02-15 12:11:05 -08:00
parent cc4e448741
commit daf9eeded1
137 changed files with 420 additions and 271 deletions
+4
View File
@@ -46,3 +46,7 @@ trace $RUST_LOG="trace":
deadlock $RUST_LOG="trace":
just install-komorebic
cargo +stable run --bin komorebi --locked --features deadlock_detection
docgen:
komorebic docgen
Get-ChildItem -Path "docs/cli" -Recurse -File | ForEach-Object { (Get-Content $_.FullName) -replace 'Usage: ', 'Usage: komorebic.exe ' | Set-Content $_.FullName }