From 25134bc6f5d2c5ab33f9185e19e67a44ac2345b8 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Mon, 5 May 2025 17:50:04 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f476d..ac7fb4e 100644 --- a/README.md +++ b/README.md @@ -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)