\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Dave Child (DaveChild)} \pdfinfo{ /Title (claude-code.pdf) /Creator (Cheatography) /Author (Dave Child (DaveChild)) /Subject (Claude Code Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{DE7356} \definecolor{LightBackground}{HTML}{FCF6F4} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Claude Code Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Dave Child (DaveChild)} via \textcolor{DarkBackground}{\uline{cheatography.com/1/cs/48210/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Dave Child (DaveChild) \\ \uline{cheatography.com/davechild} \\ \uline{\seqsplit{aloneonahill}.com} \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 23rd June, 2026.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{What is Claude Code?}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{An agentic CLI tool that reads your codebase, edits files, runs shell commands, and manages git workflows. It works across your terminal, VS Code, JetBrains, a desktop app, and the web.} \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{{\bf{It is not a chat interface that suggests code.}}} \tn % Row Count 5 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Claude plans work, writes across multiple files, runs tests, and creates PRs. It can take actions you can't undo — permissions matter.} \tn % Row Count 8 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Installing Claude}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{\# Recommended (auto-updates) \newline curl -fsSL \seqsplit{https://claude.ai/install.sh} | bash \newline \newline \# macOS Homebrew \newline brew install -{}-cask claude-code} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{First Run}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{cd your-project \newline claude \# interactive session \newline claude auth login \# if not authenticated} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{On first run Claude reads your repo and prompts for auth. Run /init inside a session to generate a CLAUDE.md project file.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.14011 cm} x{2.83689 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Claude Code CLI Flags}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Session Control}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} -c & Continue most recent session \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} -r \textless{}name\textgreater{} & Resume session by name \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} -{}-resume \textless{}id\textgreater{} & Resume session by ID \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} -{}-bg & Run session in background \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{Output and Automation}}} \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} -p "prompt" & Non-interactive, print and exit \tn % Row Count 10 (+ 2) % Row 7 \SetRowColor{white} -{}-output-format json & Machine-readable output \tn % Row Count 12 (+ 2) % Row 8 \SetRowColor{LightBackground} -{}-output-format stream-json & Stream JSON as it arrives \tn % Row Count 14 (+ 2) % Row 9 \SetRowColor{white} -{}-max-turns N & Limit agentic turns \tn % Row Count 15 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Tools and Permissions}}} \tn % Row Count 16 (+ 1) % Row 11 \SetRowColor{white} -{}-allowed-tools & Comma-separated allow list, e.g. Read,Grep \tn % Row Count 18 (+ 2) % Row 12 \SetRowColor{LightBackground} -{}-permission-mode & default | acceptEdits | auto | bypassPermissions \tn % Row Count 21 (+ 3) % Row 13 \SetRowColor{white} -{}-model \textless{}name\textgreater{} & Override model for this session \tn % Row Count 23 (+ 2) % Row 14 \SetRowColor{LightBackground} -{}-dangerously-skip-permissions & {\bf{DANGER}} No prompts — CI only \tn % Row Count 25 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.14471 cm} x{3.83229 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Keyboard Shortcuts}} \tn % Row 0 \SetRowColor{LightBackground} Esc Esc & Interrupt current action and rewind the last message \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Ctrl+C & Cancel current generation (keeps history) \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{Shift+Tab} & Cycle permission mode: ask → auto → bypass \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Ctrl+B & Push session to background; reclaim terminal \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \seqsplit{@filename} & Include a file's contents inline in your message \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} !\textbackslash{}`cmd\textbackslash{}` & Run a bash command and inject output into message \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} ↑ / ↓ & Navigate message history \tn % Row Count 13 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{/keybindings} & Edit shortcuts — stored in \textasciitilde{}/.claude/keybindings.json \tn % Row Count 15 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.69218 cm} x{3.28482 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Slash Commands}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Context management}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} /compact & Compress history to free context. Pass a focus hint: /compact keep auth module \tn % Row Count 4 (+ 3) % Row 2 \SetRowColor{LightBackground} /clear & Wipe conversation history entirely. Start fresh. \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} /status & Show context usage, session ID, model, cost \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Session navigation}}} \tn % Row Count 9 (+ 1) % Row 5 \SetRowColor{white} /rename & Name the current session (no arg = auto-name) \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} /fork & Branch conversation at this point (try alternatives without losing current state) \tn % Row Count 15 (+ 4) % Row 7 \SetRowColor{white} /resume & Resume a previous session by name or ID \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} /export & Export conversation as plain text \tn % Row Count 19 (+ 2) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{Tools and Config}}} \tn % Row Count 20 (+ 1) % Row 10 \SetRowColor{LightBackground} /model \textless{}name\textgreater{} & Switch model mid-session. Takes effect next message. \tn % Row Count 22 (+ 2) % Row 11 \SetRowColor{white} /doctor & Diagnose auth, config, and connection issues \tn % Row Count 24 (+ 2) % Row 12 \SetRowColor{LightBackground} /init & Generate CLAUDE.md for current project \tn % Row Count 26 (+ 2) % Row 13 \SetRowColor{white} /schedule & Create a recurring automated task \tn % Row Count 28 (+ 2) % Row 14 \SetRowColor{LightBackground} /help & List all current slash commands \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.69218 cm} x{3.28482 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Slash Commands (cont)}} \tn % Row 15 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Model Aliases}}} \tn % Row Count 1 (+ 1) % Row 16 \SetRowColor{white} opus / sonnet / haiku & Short aliases: `/model opus` \tn % Row Count 3 (+ 2) % Row 17 \SetRowColor{LightBackground} auto & Claude picks model per task \tn % Row Count 5 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.09494 cm} x{3.88206 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Planning and Flow Commands}} \tn % Row 0 \SetRowColor{LightBackground} /plan & Ask Claude to produce a plan before writing any code. Review and approve, then Claude executes. Use for any non-trivial change. \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} /goal & Set a persistent session goal. Claude references it to stay on track across compacts and model switches. Useful for long sessions. \tn % Row Count 10 (+ 5) % Row 2 \SetRowColor{LightBackground} /effort & Set reasoning depth: low | normal | high. Default on Opus 4.8 is high. Lower for speed/cost, higher for architecture decisions. \tn % Row Count 15 (+ 5) % Row 3 \SetRowColor{white} \seqsplit{/checkpoint} & Save current conversation state as a named restore point. Useful before risky tool sequences. \tn % Row Count 18 (+ 3) % Row 4 \SetRowColor{LightBackground} /review & Request a code review of current working state. Add -{}-fix to apply findings immediately. \tn % Row Count 21 (+ 3) % Row 5 \SetRowColor{white} \seqsplit{/workflow} & Trigger a dynamic workflow — sequences of steps Claude will walk through. See \textasciitilde{}/.claude/commands/ for custom workflows. \tn % Row Count 25 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Typical Flow Example:}} \newline `/goal Refactor the auth module to PSR-12` \newline `/plan` \newline `\# review the plan, press y to approve` \newline `\# Claude writes code` \newline `/compact focus on auth module` \newline `/review -{}-fix`} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.84149 cm} x{3.13551 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Custom Slash Commands}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{File Locations}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \seqsplit{.claude/commands/} & Project commands (team-shared) \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \textasciitilde{}/.claude/commands/ & Personal commands (all projects) \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{Each .md file becomes a slash command named after the file. Invoked with /filename.} \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Example: \seqsplit{.claude/commands/pr-review}.md}}} \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{`Review the current branch diff against main.\{\{nl\}\} List bugs and security issues as a numbered list.\{\{nl\}\} Then summarise in one sentence.\{\{nl\}\} Arguments: \$ARGUMENTS`} \tn % Row Count 12 (+ 4) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Use `!\textbackslash{}`git diff main\textbackslash{}`` in the file body to pre-inject bash output. Use `@path/to/file` to inline a file. Use `\$ARGUMENTS` to accept runtime args: `/pr-review focus on SQL`.} \tn % Row Count 16 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.69218 cm} x{3.28482 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{CLAUDE.md: Project Instructions}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Read at the start of every session. The primary way to give Claude persistent context about your project without repeating yourself.} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{Locations (in priority order)}}} \tn % Row Count 4 (+ 1) % Row 2 \SetRowColor{LightBackground} ./CLAUDE.md & Project root — committed to repo, shared with team \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{./.claude/CLAUDE.md} & Project-local, can be gitignored \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \textasciitilde{}/.claude/CLAUDE.md & Personal global — applies to all projects \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{What To Put In It}}} \tn % Row Count 11 (+ 1) % Row 6 \SetRowColor{LightBackground} Stack \& conventions & PHP version, framework, coding standard (PSR-12) \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} Build \& test commands & How to run tests, linter, deploy \tn % Row Count 15 (+ 2) % Row 8 \SetRowColor{LightBackground} Off-limits files & Files Claude should never touch \tn % Row Count 17 (+ 2) % Row 9 \SetRowColor{white} Project structure & Where things live and why \tn % Row Count 19 (+ 2) % Row 10 \SetRowColor{LightBackground} Behaviour rules & Always write tests, never edit migrations \tn % Row Count 21 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Example CLAUDE.md snippet}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Stack: PHP 8.3, Laravel 11, MySQL 8 \newline Standard: PSR-12. Run: ./vendor/bin/pint \newline Tests: ./vendor/bin/pest — must pass before commit \newline Never edit files in /database/migrations/} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Headless and Pipe Mode}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{\# Pipe content as context \newline cat src/Auth.php | claude -p "Find security issues" \newline git diff main | claude -p "Review this diff" \newline git log -{}-oneline -10 | claude -p "Write release notes" \newline \newline \# JSON output (includes cost, session ID, turn count) \newline claude -p "list TODOs" -{}-output-format json | jq . \newline \newline \# Read-only: no file writes or bash \newline claude -p "explain architecture" \textbackslash{} \newline -{}-allowed-tools Read,Grep \newline \newline \# Multi-step: reuse session across calls \newline SID=\$(claude -p "analyse test failures" \textbackslash{} \newline -{}-output-format json | jq -r '.session\_id') \newline claude -p "fix the failures" -{}-resume "\$SID" \newline \newline \# Append system prompt for specialised context \newline claude -p "review errors" \textbackslash{} \newline -{}-append-system-prompt "You are an SRE expert"} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Use -p for scripts and CI. Claude runs the prompt and exits — no interactive session.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Permissions and Safety}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Permission Modes}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{default} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{acceptEdits} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{auto} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{bypassPermissions} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{Tool allow/deny in settings}}} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{`\# .claude/settings.json\{\{nl\}\} \{\{\{nl\}\} "permissions": \{\{\{nl\}\} "allow": {[}"Bash(git:{\emph{)", "Read", "Write"{]},\{\{nl\}\} "deny": {[}"Bash(rm -rf}})"{]}\{\{nl\}\} \}\{\{nl\}\} \}`} \tn % Row Count 10 (+ 4) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{{\bf{Restrict in CLI}}} \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{`claude -{}-allowed-tools Read,Grep "review auth"`} \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}