run: add a just `validate` command
This commit is contained in:
parent
0c4b2a84f3
commit
a6af7a77e4
3
justfile
3
justfile
|
@ -40,6 +40,9 @@ clean:
|
||||||
run:
|
run:
|
||||||
{{ tl }} src/awesomewm.d.tl/init.tl
|
{{ tl }} src/awesomewm.d.tl/init.tl
|
||||||
|
|
||||||
|
validate:
|
||||||
|
cyan check `find generated/ -type f -iname '*.d.tl' | xargs`
|
||||||
|
|
||||||
# TODO : how to run a debugger on Teal code?
|
# TODO : how to run a debugger on Teal code?
|
||||||
debug:
|
debug:
|
||||||
{{ lua }} debug.lua build/awesomewm.d.tl/init.lua
|
{{ lua }} debug.lua build/awesomewm.d.tl/init.lua
|
||||||
|
|
Loading…
Reference in New Issue