Skip to content

chatcli/readline

This page is auto-generated from TSDoc output. Edit the source file, not this Markdown.

  • Package: chatcli
  • Source file: apps/chatcli/src/readline.ts

Reads a line from the terminal with the given prompt.

function readLine(prompt: string): void

Reads a line from the terminal with the given prompt.

Parameters

  • prompt (string): The prompt to display to the user. Defined at: line 10