blob: 2c3f5aeb468048f8423a09bde3f74c9425df668d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
> Display version information for the `jvn` tool
## Usage
jvn version # Show basic version
jvn version --no-banner # Hide banner
jvn version --with-compile-info
jvn version -c # Display compile info
## Aliases
You can use the `-v` or `--version` flags to
redirect the command to version.
### Example
jvn -v -c
jvn --version --no-banner
|