Skip to content

PromptScript API


Interface: DiffOptions

Defined in: cli/src/types.ts:68

Options for the diff command.

Properties

all?

optional all: boolean

Defined in: cli/src/types.ts:72

Show diff for all targets at once


color?

optional color: boolean

Defined in: cli/src/types.ts:78

Force colored output


full?

optional full: boolean

Defined in: cli/src/types.ts:74

Show full diff without truncation


noPager?

optional noPager: boolean

Defined in: cli/src/types.ts:76

Disable pager (like git --no-pager)


target?

optional target: string

Defined in: cli/src/types.ts:70

Specific target to diff