package dune-release

  1. Overview
  2. Docs

Interface to the Unix system.

val read_line : ?echo_input:bool -> unit -> string

read_line ?echo_input () reads a line (terminated before a CR) on the standard input. If echo_input is true (by default) input characters are echoed on the standard output.

OCaml

Innovation. Community. Security.