Abyss-lord opened a new issue, #6083:
URL: https://github.com/apache/gravitino/issues/6083
### What would you like to be improved?
Refactor the client Command parameter validation logic. Let the command do
its own validation.
### How should we improve?
Refactor the client Command parameter validation logic by introducing a
`verify` method in the `Command` class for parameter validation. the `verify`
method as follows:
```java
public Command verify() {
// validation logic
return this;
}
```
In GravitinoCommandLine, Use `newXXX().verify.handle()` to invoke specific
commands
--
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]