;just: _watch
This commit is contained in:
parent
da5c507383
commit
07967b4c04
3
Justfile
3
Justfile
@ -20,6 +20,9 @@
|
|||||||
@_fmt:
|
@_fmt:
|
||||||
just -q _check || just --fmt --unstable
|
just -q _check || just --fmt --unstable
|
||||||
|
|
||||||
|
@_watch:
|
||||||
|
watchexec -w {{ justfile() }} -- 'just; just -q _check && echo format ok || echo format non-standard'
|
||||||
|
|
||||||
# ** vars
|
# ** vars
|
||||||
# GHC-compiled executables require a locale (and not just C) or they
|
# GHC-compiled executables require a locale (and not just C) or they
|
||||||
# will die on encountering non-ascii data. Set LANG to something if not already set.
|
# will die on encountering non-ascii data. Set LANG to something if not already set.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user