Interface HistoryEntry
Source: shell.ts
Represents a single entry in the shell's output history.
Properties
displayText?
optionaldisplayText?:string
The text content to display in the terminal.
input?
optionalinput?:string
The raw input string of the command in this entry.
flags
flags:
HistoryFlags