View Source ExCmd.Stream (ex_cmd v0.13.1)

Defines a ExCmd.Stream struct returned by ExCmd.stream!/2.

Summary

Types

t()

Struct members are private, do not depend on them

Types

t()

@type t() :: %ExCmd.Stream{
  cmd_with_args: [String.t()],
  process_opts: keyword(),
  stream_opts: map()
}

Struct members are private, do not depend on them