From 54b5567d6f1b1adaa6ada6a26faba0c5c492b7f3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 14 Mar 2026 21:39:30 +0800 Subject: Add version command with banner and compile info display --- resources/helpdoc/commands/version.en.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 resources/helpdoc/commands/version.en.md (limited to 'resources/helpdoc/commands/version.en.md') 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 -- cgit