fncmd 1.0.1

Command line interface as a function.
Documentation
1
2
3
4
5
6
7
8
@_:
	just --list

bump *ARGS:
	cargo release --workspace --no-tag --no-push --no-publish {{ARGS}}

release *ARGS:
	cargo release --workspace --sign-tag {{ARGS}}