use metagpt cli instead. update all related docs

This commit is contained in:
geekan 2023-12-11 14:58:54 +08:00
parent ad17a2dc7a
commit b4eb8e4f34
10 changed files with 39 additions and 37 deletions

View file

@ -16,7 +16,7 @@ Options:
Default: 'google'
Example:
python3 -m metagpt.actions.write_docstring startup.py --overwrite False --style=numpy
python3 -m metagpt.actions.write_docstring ./metagpt/startup.py --overwrite False --style=numpy
This script uses the 'fire' library to create a command-line interface. It generates docstrings for the given Python code using
the specified docstring style and adds them to the code.