Abyss-lord opened a new pull request, #6091: URL: https://github.com/apache/gravitino/pull/6091
### What changes were proposed in this pull request? Add verify method to Command, and refactor the validation code. ### Why are the changes needed? Fix: #6086 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? #### UT local ut #### bash ```bash gcli metalake set # Missing --metalake option. gcli metalake details # Missing --metalake option. gcli metalake set -m demo_metalake # Missing --property and --value options. gcli metalake set -m demo_metalake --property propertyA # Missing --value option. gcli metalake set -m demo_metalake --value valA # Missing --property option. gcli metalake details --audit # Missing --metalake option. ``` -- 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]
