diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-09 11:51:09 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-09 11:51:09 +0200 |
| commit | 1585a4aabf09f5b5364cd056bd59697ba5768d40 (patch) | |
| tree | 54a2cfe80fbcab8f3a77c59ca404b366a0390f26 /.claude/CLAUDE.md | |
| parent | d3088159bf05a45eeea844450690df1e6f21a512 (diff) | |
| download | dotfiles-1585a4aabf09f5b5364cd056bd59697ba5768d40.tar.gz dotfiles-1585a4aabf09f5b5364cd056bd59697ba5768d40.zip | |
misc(claude): add instruction to use commands' long-form options
Diffstat (limited to '.claude/CLAUDE.md')
| -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 |
