Update README.md

This commit is contained in:
Zachary Huang
2025-05-05 17:50:04 -04:00
committed by GitHub
parent cce2effd7f
commit 25134bc6f5
+2 -2
View File
@@ -111,8 +111,8 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/Pocket
- `-n, --name` - Project name (optional, derived from URL/directory if omitted)
- `-t, --token` - GitHub token (or set GITHUB_TOKEN environment variable)
- `-o, --output` - Output directory (default: ./output)
- `-i, --include` - Files to include (e.g., "*.py" "*.js")
- `-e, --exclude` - Files to exclude (e.g., "tests/*" "docs/*")
- `-i, --include` - Files to include (e.g., "`*.py`" "`*.js`")
- `-e, --exclude` - Files to exclude (e.g., "`tests/*`" "`docs/*`")
- `-s, --max-size` - Maximum file size in bytes (default: 100KB)
- `--language` - Language for the generated tutorial (default: "english")
- `--max-abstractions` - Maximum number of abstractions to identify (default: 10)