소스 검색

:gear: Expands start --detatch option

Jeff Triplett 1 년 전
부모
커밋
38b2760bc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: