From 08c5001e9c780bc3f679103388642fe8b3596fa7 Mon Sep 17 00:00:00 2001 From: Peyton-Spencer Date: Sat, 18 Jan 2025 17:07:30 -0500 Subject: [PATCH] powershell for windows --- Justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Justfile b/Justfile index 4a4dff2..3a46ea5 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,5 @@ +set windows-shell := ["powershell.exe", "-NoLogo", "-Command"] + # Run the agentflow for development go *ARGS: go run cmd/af/main.go {{ARGS}}