Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#5853] improvement(CLI): Make the entity and arguments case-insensit…
…ive (#5898) ### What changes were proposed in this pull request? Make the entity and arguments case-insensitive. ### Why are the changes needed? Fix: #5853 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ```bash bin/gcli.sh metalake List # output: correct output bin/gcli.sh Metalake list # output: correct output bin/gcli.sh mEtalake List # output: correct output ```
- Loading branch information