Sfoglia il codice sorgente

:gear: Expands start --detatch option

Jeff Triplett 1 anno fa
parent
commit
38b2760bc7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: