;tools: just: document watchexec workaround; drop --timings

This commit is contained in:
Simon Michael 2024-12-12 10:02:21 -10:00
parent 2168382058
commit f5ee926187

View File

@ -54,7 +54,8 @@ set export := true
# 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
#RG_ := 'rg --sort=path --no-heading -i'