package bistro

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

Module Bistro_engine.Shell_commandSource

Sourcetype file_dump =
  1. | File_dump of {
    1. text : string;
    2. path : string;
    }
Sourcetype t
Sourceval text : t -> string
Sourceval file_dumps : t -> file_dump list
Sourceval run : t -> (int * bool) Lwt.t
Sourceval container : t -> [ `Docker_container of Bistro_internals.Workflow.Docker_image.t | `Singularity_container of Bistro_internals.Workflow.container_image ] option
OCaml

Innovation. Community. Security.