Skip to content

Interface HistoryEntry

Source: shell.ts

Represents a single entry in the shell's output history.

Properties

displayText?

optional displayText?: string

The text content to display in the terminal.


input?

optional input?: string

The raw input string of the command in this entry.


flags

flags: HistoryFlags

Built by Prozilla