sanpwc commented on a change in pull request #8351:
URL: https://github.com/apache/ignite/pull/8351#discussion_r504755091
##########
File path:
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/BaselineCommand.java
##########
@@ -54,6 +62,11 @@
/** Arguments. */
private BaselineArguments baselineArgs;
+ /**
+ * Use verbose mode for command output
+ */
+ private @NotNull boolean verbose = false;
Review comment:
Did you consider adding verbose attribute to some common class? In
general I don't like an idea that every command that is going to use verbose
flag should have it's own verbose attribute and override execute(..., boolean
verbose) method.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]