Vadim Pakhnushev created IGNITE-17478:
-----------------------------------------
Summary: CLI commands with argument groups reuse previous option
values
Key: IGNITE-17478
URL: https://issues.apache.org/jira/browse/IGNITE-17478
Project: Ignite
Issue Type: Bug
Components: cli
Reporter: Vadim Pakhnushev
Assignee: Vadim Pakhnushev
Due to the picocli [issue|https://github.com/remkop/picocli/issues/1768],
running sql command first time with -f option and second time without produces
incorrect result where second time it runs as if -f option was passed.
{noformat}
[test]> sql -f filename
File with command not found.
[test]> sql
File with command not found.{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)