;just: format: better commit message

This commit is contained in:
Simon Michael 2023-12-29 13:03:35 -10:00
parent 0be21fde65
commit 173e65fcc1

View File

@ -59,7 +59,7 @@ alias h := help
# if this justfile is error free but in non-standard format, reformat and commit it
@format:
just -q chk || just --fmt --unstable && git commit -m 'just: fmt' -- {{ justfile() }}
just -q chk || just --fmt --unstable && git commit -m ';just: format' -- {{ justfile() }}
# rerun RECIPE when any watched-by-default file changes
watch RECIPE *JOPTS: