Commit 4ed4f04
authored
fix: Implement --version flag output in JabKit CLI (#14431)
Previously, running `jabkit --version` produced no output.
This fix adds logic in the run() method to check if the
versionInfoRequested flag is set. When true, it outputs
just the version string (e.g., "6.0-alpha.197--2025-11-24--0a9793a")
and returns early.
Fixes #144281 parent 939b018 commit 4ed4f04
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
| |||
0 commit comments