package shell

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

Install

Dune Dependency

Authors

Maintainers

Sources

shell-v0.13.0.tar.gz
sha256=a2527138a07089ee78acb9b60a16c6e17f29f068b8e2a4ac198a2c2448e4dd4a
md5=e4562149241675e796086e62d6fbd6ce

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.