Abyss-lord commented on code in PR #5907:
URL: https://github.com/apache/gravitino/pull/5907#discussion_r1894728239
##########
clients/cli/src/main/java/org/apache/gravitino/cli/CommandActions.java:
##########
@@ -52,6 +54,8 @@ public class CommandActions {
VALID_COMMANDS.add(PROPERTIES);
VALID_COMMANDS.add(REVOKE);
VALID_COMMANDS.add(GRANT);
+ VALID_COMMANDS.add(ENABLE);
+ VALID_COMMANDS.add(DISABLE);
Review Comment:

If we not added these commands to VALID_COMMANDS, we would have needed to
modify the command validation flow.
I will change the name, thank you
--
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]