mirror of
https://github.com/anthropics/claude-code.git
synced 2026-09-14 19:48:39 +08:00
5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
/**
|
|
* The slash command the plugin serves once the built-in `/diff` stands down.
|
|
*/
|
|
export const COMMAND_NAME = 'diff'
|