summaryrefslogtreecommitdiff
path: root/resources/helpdoc/commands/version.en.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-14 21:39:30 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-14 21:39:30 +0800
commit54b5567d6f1b1adaa6ada6a26faba0c5c492b7f3 (patch)
tree407940ef4697e4b5eb2bf7384f26b6ec5e570a80 /resources/helpdoc/commands/version.en.md
parent17e7b28f162b3ed75683948144237ee17f81f7a5 (diff)
Add version command with banner and compile info display
Diffstat (limited to 'resources/helpdoc/commands/version.en.md')
-rw-r--r--resources/helpdoc/commands/version.en.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/helpdoc/commands/version.en.md b/resources/helpdoc/commands/version.en.md
new file mode 100644
index 0000000..2c3f5ae
--- /dev/null
+++ b/resources/helpdoc/commands/version.en.md
@@ -0,0 +1,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