;tools: just: document watchexec workaround; drop --timings
This commit is contained in:
parent
2168382058
commit
f5ee926187
3
Justfile
3
Justfile
@ -54,7 +54,8 @@ set export := true
|
|||||||
|
|
||||||
# and/or: -q --bell --stop-timeout=1
|
# and/or: -q --bell --stop-timeout=1
|
||||||
|
|
||||||
WATCHEXEC := 'watchexec --wrap-process=session --timings'
|
# The --wrap-process change is needed for watchexec 2.1.2 on mac, https://github.com/watchexec/watchexec/issues/864
|
||||||
|
WATCHEXEC := 'watchexec --wrap-process=session'
|
||||||
|
|
||||||
# grep-like rg
|
# grep-like rg
|
||||||
#RG_ := 'rg --sort=path --no-heading -i'
|
#RG_ := 'rg --sort=path --no-heading -i'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user