docs(mkdocs): add cli reference

This commit is contained in:
LGUG2Z
2024-01-14 17:43:24 -08:00
committed by جاد
parent a00a85e63f
commit 5ef53c2b68
137 changed files with 420 additions and 271 deletions

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 }