From 38b2760bc75e06d4687f6657f51fc1c17245fee9 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Thu, 16 Nov 2023 21:21:41 -0600 Subject: [PATCH] :gear: Expands start --detatch option --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 23f3893..1f165f7 100644 --- a/justfile +++ b/justfile @@ -23,7 +23,7 @@ # modd --file=modd.conf just up "" -@start *ARGS="-d": +@start *ARGS="--detach": just up {{ ARGS }} @up *ARGS: