From a302dfc2aabda53446fb38e035e61ae91b28f84a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 4 Oct 2025 18:07:30 +0530 Subject: Add multi-key handling + command parsing + shell/shell! aliases --- justfile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index d22d7d2..9dff968 100644 --- a/justfile +++ b/justfile @@ -6,9 +6,3 @@ run *args: test *args: cabal test {{args}} - -testw *args: - nodemon -e .hs -w lib -w specs --exec 'clear && just test {{args}}' - -build: - nix build -- cgit v1.3.1