From 1585a4aabf09f5b5364cd056bd59697ba5768d40 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 9 Jun 2026 11:51:09 +0200 Subject: misc(claude): add instruction to use commands' long-form options --- .claude/CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) (limited to '.claude/CLAUDE.md') 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 -- cgit v1.3.1