Skip to content

Commit aefb29b

Browse files
cuipengfeiclaude
andcommitted
docs: add CLI short alias pitfall to CLAUDE.md
Document that citty/mri parses -fa as -f -a due to POSIX short option grouping rules. Short aliases must be single character. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1d4fc64 commit aefb29b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ bd sync # Sync before commit
8686
| Multi-round tools fail | `finish_reason: "tool_calls"` is intermediate, don't clear |
8787
| Orphan tool calls | Clear on all 4 termination paths |
8888
| Stream hangs | Always close in finally block |
89+
| CLI `-fa` parsed as `-f -a` | citty 基于 mri,遵循 POSIX 短选项规则,别名**必须是单字符**(如 `-F`|
8990

9091
## Decision Log (Recent)
9192

0 commit comments

Comments
 (0)