You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2020/09/03 10:11:00 UTC

[jira] [Updated] (IGNITE-13120) Move control.sh to a separate module and add framework for command autocompletion

     [ https://issues.apache.org/jira/browse/IGNITE-13120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirill Tkalenko updated IGNITE-13120:
-------------------------------------
    Description: 
We can't use autocompletion frameworks for control.sh due to it's a part of ignite-core module.

Plan:
 * Put control.sh in a separate module;
 * Add dependency [1];
 * To make the implementation of autocompletion for commands.

Useful link [2].

1 - [https://picocli.info/]
2 - https://picocli.info/autocomplete.html

  was:
We can't use autocompletion frameworks for control.sh due to it's a part of ignite-core module.

Plan:
 * Put control.sh in a separate module;
 * Add dependency [1];
 * To make the implementation of autocompletion for commands.

1 - [https://picocli.info/]


> Move control.sh to a separate module and add framework for command autocompletion
> ---------------------------------------------------------------------------------
>
>                 Key: IGNITE-13120
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13120
>             Project: Ignite
>          Issue Type: Improvement
>          Components: control.sh
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>             Fix For: 2.10
>
>
> We can't use autocompletion frameworks for control.sh due to it's a part of ignite-core module.
> Plan:
>  * Put control.sh in a separate module;
>  * Add dependency [1];
>  * To make the implementation of autocompletion for commands.
> Useful link [2].
> 1 - [https://picocli.info/]
> 2 - https://picocli.info/autocomplete.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)