DenisPolo commented on code in PR #11604:
URL: https://github.com/apache/ignite/pull/11604#discussion_r1942180674


##########
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/argument/parser/CLIArgumentParser.java:
##########
@@ -177,6 +170,14 @@ public <T> T get(int position) {
         return (T)parsedPositionalArgs.get(position);
     }
 
+    /**
+     * @param name Argument name.
+     * @return Command line rgument.

Review Comment:
   'rgument' ) it's funny
   Done



##########
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/ConnectionAndSslParameters.java:
##########
@@ -73,11 +76,13 @@ public class ConnectionAndSslParameters<A extends 
IgniteDataTransferObject> {
     public ConnectionAndSslParameters(
         Deque<Command<?, ?>> cmdPath,
         A arg,
-        CLIArgumentParser parser
+        CLIArgumentParser parser,
+        String safeCmd

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]

Reply via email to