woofyzhao commented on code in PR #5519:
URL: https://github.com/apache/inlong/pull/5519#discussion_r950002013
##########
inlong-manager/manager-client-tools/src/main/java/org/apache/inlong/manager/client/cli/CreateCommand.java:
##########
@@ -51,26 +51,38 @@ private static class CreateGroup extends
AbstractCommandRunner {
@Parameter(names = {"-f", "--file"},
converter = FileConverter.class,
- required = true,
description = "json file")
private File file;
+ //TODO:add gdbc connector and others
Review Comment:
Suggest leave a blank between start of comment // and _text_ which is the
case in all other inlong source files.
--
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]