Fake Mirrors
    Preparing search index...

    Interface CliReplServerConfig

    Configuration for a Cli repl-server.

    interface CliReplServerConfig {
        REPL_SERVER_PROMPT: string;
        REPL_SERVER_USE_COLORS: boolean;
        [key: string]: string | number | boolean;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: string | number | boolean
    REPL_SERVER_PROMPT: string

    Prompt string displayed to users.

    REPL_SERVER_USE_COLORS: boolean

    Whether to use ANSI colors in the REPL.