sanpwc commented on a change in pull request #8351:
URL: https://github.com/apache/ignite/pull/8351#discussion_r504905416



##########
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:
       What about adding some description to command help output, that will 
clarify what verbose is doing in this particular case?
   Please, pay attention, that if you'll decide to add such data you'll need to 
update few expected help outputs. For example: 
GridCommandHandlerClusterByClassTest_help.output




----------------------------------------------------------------
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]


Reply via email to