From 3d3d021023cc2be858966e971b9edec09f0b5937 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Fri, 18 Apr 2025 05:35:14 -0700 Subject: [PATCH] rename cli --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index f4b1ff5..160b74e 100644 --- a/justfile +++ b/justfile @@ -17,7 +17,7 @@ compile: clean: uv run pyclean src test uv run ruff clean - rm -rf main.spec cmd.spec gui.spec build dist .pytest_cache .hypothesis .benchmarks + rm -rf main.spec cli.spec gui.spec build dist .pytest_cache .hypothesis .benchmarks wipe: just clean