Skip to content

Commit db69780

Browse files
committed
LKQL: add version information for picocli
1 parent 7ed68e5 commit db69780

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lkql_jit/cli/src/main/java/com/adacore/lkql_jit/cli/LKQLMain.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
LKQLRefactor.class,
2424
},
2525
description = "Unified driver for LKQL (Langkit query language). Allows you to run LKQL " +
26-
"scripts or apply specific checks on a given Ada codebase"
26+
"scripts or apply specific checks on a given Ada codebase",
27+
// Version information are substituted by anod for production builds
28+
version = { "lkql 26.0w (unknown date)", "Copyright (C) 2004-2025, AdaCore." }
2729
)
2830
public class LKQLMain implements Callable<Integer> {
2931

0 commit comments

Comments
 (0)