We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b741d commit b9c97fcCopy full SHA for b9c97fc
justfile
@@ -4,6 +4,8 @@ alias d := dev
4
alias f := fmt
5
alias l := lint
6
alias t := test
7
+alias c := comply
8
+alias k := check
9
10
# List available commands.
11
_default:
0 commit comments