[
https://issues.apache.org/jira/browse/IGNITE-17478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vyacheslav Koptilin updated IGNITE-17478:
-----------------------------------------
Fix Version/s: 3.0.0-beta2
Reviewer: Kirill Gusakov
> 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
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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)