Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Passage.ShellSourceval run_cmd : 
  ?stdin:Bos.OS.Cmd.run_in ->
  ?silence_stderr:bool ->
  stdout:
    (Bos.OS.Cmd.run_out ->
      ('r * ('i * [< `Exited of int | `Signaled of int ]), [< `Msg of string ])
        result) ->
  string ->
  'r