Interface WelcomeMessageProps

interface WelcomeMessageProps {
    showOnClear?: boolean;
}

Properties

Properties

showOnClear?: boolean

Whether to show the welcome message when the terminal is cleared.

Default

false

Generated using TypeDoc