jasinliu commented on code in PR #56:
URL: 
https://github.com/apache/incubator-hugegraph-ai/pull/56#discussion_r1694964709


##########
hugegraph-llm/src/hugegraph_llm/config/generate.py:
##########
@@ -22,4 +22,7 @@
 
 if __name__ == '__main__':
     parser = argparse.ArgumentParser(description='Generate hugegraph-llm 
config file')
-    settings.generate_env()
+    parser.add_argument("-U", "--update", action="store_true", help="Update 
the config file")

Review Comment:
   Personally, I think that separation helps to better prompt users to check or 
modify their configurations. But `update` is more like an overwrite operation. 
Would it be better to change to `-o` and `--overwrite`?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to