SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
776286d verified
Raw
History Blame Contribute Delete
330 Bytes
import type { CommandRunInput } from 'claude-code'
/**
* The command as the person types it, with no arguments, in the fullscreen
* layout on a 160-column terminal.
*/
export const DIFF: CommandRunInput = {
command: 'diff',
args: '',
origin: { kind: 'composer' },
presentation: { isFullscreen: true, columns: 160 },
}