package bistro

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bistro_engine.Shell_command

type file_dump =
  1. | File_dump of {
    1. text : string;
    2. path : string;
    }
type t
val text : t -> string
val file_dumps : t -> file_dump list
val run : t -> (int * bool) Lwt.t
OCaml

Innovation. Community. Security.