timoninmaxim commented on a change in pull request #9779:
URL: https://github.com/apache/ignite/pull/9779#discussion_r795695907
##########
File path:
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/consistency/ConsistencyCommand.java
##########
@@ -43,6 +43,24 @@
*
*/
public class ConsistencyCommand extends AbstractCommand<Object> {
+ /** Cache. */
+ public static final String C = "-c";
Review comment:
IMHO, it's useful for commands that run frequently in console and
frequently used with combination of multiple options, like `tar -cvf`, or `ls
-lrt`, or `grep -HIi`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]