From 970c36942cffb0d0a57f39e4170add9bce9f74ae Mon Sep 17 00:00:00 2001 From: dalaoshu Date: Sat, 10 Aug 2024 14:24:14 +0800 Subject: [PATCH] chore: support windows shell for just (#4795) closes #4794 --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 84490684aeb7b..f76e6753aeb94 100755 --- a/justfile +++ b/justfile @@ -1,5 +1,8 @@ #!/usr/bin/env -S just --justfile +set windows-shell := ["powershell"] +set shell := ["bash", "-cu"] + _default: @just --list -u