Explorar el Código

:gear: Expands start --detatch option

Jeff Triplett hace 1 año
padre
commit
38b2760bc7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      justfile

+ 1 - 1
justfile

@@ -23,7 +23,7 @@
     # modd --file=modd.conf
     just up ""
 
-@start *ARGS="-d":
+@start *ARGS="--detach":
     just up {{ ARGS }}
 
 @up *ARGS: