Documentation
    Preparing search index...

    Interface BottomBarOptions

    Provides options for the bottom-bar UI.

    interface BottomBarOptions {
        bottomBar?: string;
        input?: ReadStream;
        output?: WriteStream;
        skipTTYChecks?: boolean;
    }

    Hierarchy

    • StreamOptions
      • BottomBarOptions
    Index

    Properties

    bottomBar?: string

    The initial text to display.

    input?: ReadStream

    A stream to read the input from.

    output?: WriteStream

    A stream to write the output to.

    skipTTYChecks?: boolean

    Whether to display prompts if input is not a TTY.