@@ -119,22 +119,27 @@ function renderCliHelp() {
119119 " hunk session <subcommand> inspect or control a live Hunk session" ,
120120 " hunk mcp serve run the local Hunk session daemon" ,
121121 "" ,
122- "Options :" ,
122+ "Global options :" ,
123123 " -h, --help show help" ,
124124 " -v, --version show version" ,
125125 "" ,
126- "Examples:" ,
127- " hunk diff" ,
128- " hunk diff main" ,
129- " hunk diff main...feature" ,
130- " hunk diff --staged -- src/ui/App.tsx" ,
131- " hunk show" ,
132- " hunk show HEAD~1" ,
133- " hunk show abc123 -- README.md" ,
134- " hunk patch -" ,
135- " hunk pager" ,
136- " hunk session list" ,
137- " hunk mcp serve" ,
126+ "Common review options:" ,
127+ " --mode <mode> layout mode: auto, split, stack" ,
128+ " --watch auto-reload when the current diff input changes" ,
129+ " --agent-context <path> JSON sidecar with agent rationale" ,
130+ " --pager use pager-style chrome and controls" ,
131+ " --line-numbers / --no-line-numbers show or hide line numbers" ,
132+ " --wrap / --no-wrap wrap or truncate long diff lines" ,
133+ " --hunk-headers / --no-hunk-headers show or hide hunk metadata rows" ,
134+ " --agent-notes / --no-agent-notes show or hide agent notes by default" ,
135+ " --theme <theme> named theme override" ,
136+ "" ,
137+ "Git diff options:" ,
138+ " --staged, --cached review staged changes" ,
139+ " --exclude-untracked hide untracked files in working tree reviews" ,
140+ "" ,
141+ "Notes:" ,
142+ " Run `hunk <command> --help` for command-specific syntax and options." ,
138143 "" ,
139144 ] . join ( "\n" ) ;
140145}
0 commit comments