Add debug command

This commit is contained in:
Jared Miller 2026-02-07 12:21:39 -05:00
parent 7f47124b02
commit a6b628bb14

View file

@ -12,3 +12,6 @@ check: lint typecheck test
run:
uv run python -m mudlib
debug:
uv run python -m mudlib --debug