From 50ecec86b860e87532251c539206c2e5efe8858e Mon Sep 17 00:00:00 2001 From: "Azzam S.A" Date: Thu, 22 Feb 2024 21:29:07 +0700 Subject: [PATCH] build: add more alias --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index a53b128..83c011e 100755 --- a/justfile +++ b/justfile @@ -4,6 +4,8 @@ alias d := dev alias f := fmt alias l := lint alias t := test +alias c := comply +alias k := check # List available commands. _default: