package shell

  1. Overview
  2. Docs
Yet another implementation of fork&exec and related functionality

Install

Dune Dependency

Authors

Maintainers

Sources

shell-v0.12.0.tar.gz
sha256=ec30eaec1b95543bdad774f378f2d90e5f271a1c734c1a4e8f5c1ac0872b5116
md5=db24c0f66777493987436aed423aec76

doc/shell.low_level_process/Low_level_process/Command_result/index.html

Module Low_level_process.Command_result

type t = {
  1. status : Status.t;
  2. stdout_tail : string;
  3. stderr_tail : string;
}
OCaml

Innovation. Community. Security.