## Update Doc String Systematically manage multilingual docstrings/comments and maintain high-quality documentation. ### Usage ```bash # Run with automatic language detection "Please add docstrings to classes and functions without them, and update comments that don't meet standards" # Run with specified language /update-doc-string --lang python "Please update docstrings in Python files to comply with PEP 257" # Maintain documentation for specific directories "Please add JSDoc to functions under src/components/" ``` ### Options - `--lang ` : Documentation language (default: en) - `--style