mirror of
https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge.git
synced 2026-08-29 16:40:32 +08:00
Update README.md
This commit is contained in:
@@ -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)
|
- `-n, --name` - Project name (optional, derived from URL/directory if omitted)
|
||||||
- `-t, --token` - GitHub token (or set GITHUB_TOKEN environment variable)
|
- `-t, --token` - GitHub token (or set GITHUB_TOKEN environment variable)
|
||||||
- `-o, --output` - Output directory (default: ./output)
|
- `-o, --output` - Output directory (default: ./output)
|
||||||
- `-i, --include` - Files to include (e.g., "*.py" "*.js")
|
- `-i, --include` - Files to include (e.g., "`*.py`" "`*.js`")
|
||||||
- `-e, --exclude` - Files to exclude (e.g., "tests/*" "docs/*")
|
- `-e, --exclude` - Files to exclude (e.g., "`tests/*`" "`docs/*`")
|
||||||
- `-s, --max-size` - Maximum file size in bytes (default: 100KB)
|
- `-s, --max-size` - Maximum file size in bytes (default: 100KB)
|
||||||
- `--language` - Language for the generated tutorial (default: "english")
|
- `--language` - Language for the generated tutorial (default: "english")
|
||||||
- `--max-abstractions` - Maximum number of abstractions to identify (default: 10)
|
- `--max-abstractions` - Maximum number of abstractions to identify (default: 10)
|
||||||
|
|||||||
Reference in New Issue
Block a user