mirror of
https://github.com/anthropics/claude-code.git
synced 2026-09-14 19:48:39 +08:00
7 lines
223 B
TypeScript
7 lines
223 B
TypeScript
/**
|
|
* What the typeahead and `/help` show for `/diff` (the built-in's fullscreen
|
|
* wording: the pane is the panel's successor).
|
|
*/
|
|
export const COMMAND_DESCRIPTION =
|
|
'Toggle the diff panel showing uncommitted changes'
|