@karmaniverous/get-dotenv
    Preparing search index...

    Function promptDecision

    • Prompt the user for a file collision decision. Returns a single-character code representing overwrite/example/skip (or 'all' variants).

      Parameters

      • filePath: string

        Path of the colliding file (for display).

      • logger: Logger

        Logger used for user-facing messages.

      • rl: Interface

        Readline interface used to capture user input.

      Returns Promise<"o" | "e" | "s" | "O" | "E" | "S">

      A single-character decision code.