blessed-components - v1.20.0
    Preparing search index...

    Interface TerminalPaneCommand

    Safe command metadata displayed by TerminalPane. It is never executed.

    interface TerminalPaneCommand {
        command: string;
        args?: readonly string[];
        cwd?: string;
    }
    Index

    Properties

    Properties

    command: string

    Executable or command label.

    args?: readonly string[]

    Displayed arguments.

    cwd?: string

    Displayed working directory.