Hi All, In VXQuery CLI class constructor[1] two variables (opts & indexOpts) are used to assign command line options that are sent by the user. Both variables have same object reference. But using indexOpts, some command line options' (such as showAST, showQuery, compileOnly) values are always set to false without considering user's options. Is there any particular purpose for doing this?
[1] https://github.com/apache/vxquery/blob/master/vxquery-cli/src/main/java/org/apache/vxquery/cli/VXQuery.java#L94 Thanks and Regards, *Erandi Ganepola* Undergraduate BSc. Management and Information Technology (IT Sp.) University of Kelaniya, Sri Lanka <https://www.linkedin.com/in/erandiganepola/> <https://github.com/erandiganepola> <https://twitter.com/erandiganepola>
