diff options
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/CLAUDE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index e895578..172c5e5 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -20,6 +20,8 @@ # Bash - Format multi-step Bash commands across multiple lines, in a human-readable format. +- Prefer long-form option names over short flags whenever a long form exists (`--raw-output` not `-r`, `--app-name` not + `-a`). Fall back to short flags only when the tool offers no long equivalent. # Formatting |
