alan910127 commented on issue #5504: URL: https://github.com/apache/gravitino/issues/5504#issuecomment-2509073835
Hi, I have a few questions regarding the design. Could it be adjusted? 1. Python typically follows the `snake_case` convention for variable and function names. 2. Most CLI tools use the `--some-option` format with hyphens instead of `--some_option` with underscores. The widely used command line argument parser crate, [clap](https://github.com/clap-rs/clap), also follows the hyphenated format by default. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org