From 70d3e9448ce8fd92afadeb29c8b5b45ea5f8e125 Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Mon, 12 Jan 2026 09:15:43 -0800 Subject: [PATCH] build(just): add target for running procdump --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index ef927528..8353731e 100644 --- a/justfile +++ b/justfile @@ -106,3 +106,7 @@ deps: depgen: cargo deny check cargo deny list --format json | jq 'del(.unlicensed)' > dependencies.json + +procdump: + cargo build --bin komorebi + .\procdump.exe -ma -e -x . .\target\debug\komorebi.exe