Skip to content

Commit 3646b23

Browse files
committed
less justfile logic
Signed-off-by: clux <[email protected]>
1 parent 68827e5 commit 3646b23

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

justfile

+2-6
Original file line numberDiff line numberDiff line change
@@ -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-
1+
[private]
62
default:
7-
@just --list --unsorted | grep -v " default"
3+
@just --list --unsorted
84

95
fmt:
106
cargo +nightly fmt

0 commit comments

Comments
 (0)