Skip to content

Commit 573adda

Browse files
add utility just command
1 parent 905945f commit 573adda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ mod proto ".just/proto.just"
88
default:
99
@just --list
1010

11+
bumpver *ARGS:
12+
uv run --with bumpver bumpver {{ ARGS }}
13+
1114
clean:
1215
rm -rf target/
1316

0 commit comments

Comments
 (0)