mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-05 02:30:26 +08:00
style(codex-skill): replace emoji with text labels
替换 ❌ emoji 为 # Bad: 文字标记,保持文档简洁专业。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -207,15 +207,15 @@ echo "---TASK---..." | codex-wrapper --parallel
|
||||
|
||||
**Incorrect (will trigger shell parsing errors):**
|
||||
```bash
|
||||
# ❌ Wrong: no extra args allowed after --parallel
|
||||
# Bad: no extra args allowed after --parallel
|
||||
codex-wrapper --parallel - /path/to/dir <<'EOF'
|
||||
...
|
||||
EOF
|
||||
|
||||
# ❌ Wrong: --parallel does not take a task argument
|
||||
# Bad: --parallel does not take a task argument
|
||||
codex-wrapper --parallel "task description"
|
||||
|
||||
# ❌ Wrong: workdir must live inside the task config
|
||||
# Bad: workdir must live inside the task config
|
||||
codex-wrapper --parallel /path/to/dir < tasks.txt
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user