From a6b628bb14deba29030b9ea85b8dfa3b8be439c1 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Sat, 7 Feb 2026 12:21:39 -0500 Subject: [PATCH] Add debug command --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 4215387..17c400a 100644 --- a/justfile +++ b/justfile @@ -12,3 +12,6 @@ check: lint typecheck test run: uv run python -m mudlib + +debug: + uv run python -m mudlib --debug