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: @help:
just -lu just -lu
@check: @_check:
just --fmt --unstable --check just --fmt --unstable --check
@fmt: @_fmt:
just -q check || just --fmt --unstable just -q _check || just --fmt --unstable
# ** dev # ** dev