This PR adds the missing handler declaration for the --version option.
Fixes #7505.
short = "V"
long = "version"
type = "void"
+ handler = "showVersion"
help = "identify this cvc5 binary"
[[option]]
regress0/options/set-and-get-options.smt2
regress0/options/statistics.smt2
regress0/options/stream-printing.smt2
+ regress0/options/version.smt2
regress0/parallel-let.smt2
regress0/parser/as.smt2
regress0/parser/bv_arity_smt2.6.smt2
--- /dev/null
+; COMMAND-LINE: --version
+; EXPECT: This is cvc5 version
+; SCRUBBER: grep -o "This is cvc5 version"
\ No newline at end of file