We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68827e5 commit 3646b23Copy full SHA for 3646b23
justfile
@@ -1,10 +1,6 @@
1
-NAME := "kopium"
2
-REPO := "kube-rs"
3
-VERSION := `git rev-parse HEAD`
4
-SEMVER_VERSION := `grep version Cargo.toml | awk -F"\"" '{print $2}' | head -n 1`
5
-
+[private]
6
default:
7
- @just --list --unsorted | grep -v " default"
+ @just --list --unsorted
8
9
fmt:
10
cargo +nightly fmt
0 commit comments