DenisPolo commented on code in PR #11604:
URL: https://github.com/apache/ignite/pull/11604#discussion_r1942179164
##########
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/ArgumentParser.java:
##########
@@ -359,6 +336,37 @@ private CLIArgumentParser createArgumentParser() {
namedArgs.addAll(common);
- return new CLIArgumentParser(positionalArgs, namedArgs);
+ return new CLIArgumentParser(positionalArgs, namedArgs, console);
+ }
+
+ /** @return safe command for logging with hidden confidential values. */
Review Comment:
Done
--
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]