We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905945f commit 573addaCopy full SHA for 573adda
Justfile
@@ -8,6 +8,9 @@ mod proto ".just/proto.just"
8
default:
9
@just --list
10
11
+bumpver *ARGS:
12
+ uv run --with bumpver bumpver {{ ARGS }}
13
+
14
clean:
15
rm -rf target/
16
0 commit comments