just: hide check, fmt

This commit is contained in:
Simon Michael 2023-12-09 00:26:13 -10:00
parent 67deeafd34
commit 74864f682e

View File

@ -8,11 +8,11 @@
@help:
just -lu
@check:
@_check:
just --fmt --unstable --check
@fmt:
just -q check || just --fmt --unstable
@_fmt:
just -q _check || just --fmt --unstable
# ** dev