Skip to content

Commit

Permalink
Merge pull request #25 from balins/fix-missing-options-typespec
Browse files Browse the repository at this point in the history
Fix missing typespecs for `stream!/1` opts
  • Loading branch information
akash-akya authored Jun 26, 2023
2 parents 75adb5c + 7472ccf commit 476ea22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/exile.ex
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ defmodule Exile do
@spec stream!(nonempty_list(String.t()),
input: Enum.t() | collectable_func(),
exit_timeout: timeout(),
enable_stderr: boolean(),
ignore_epipe: boolean(),
max_chunk_size: pos_integer()
) :: Exile.Stream.t()
def stream!(cmd_with_args, opts \\ []) do
Expand Down

0 comments on commit 476ea22

Please sign in to comment.