jayjun/rambo

Incorrect spec for run/3

Closed this issue · 1 comments

eeide commented

@spec run(command :: String.t(), args :: args(), opts :: Keyword.t()) :: result()

I believe that—similar to the other versions of run—the spec for argument command should be:

command :: String.t() | result

You are dead right, thanks! Fixed in 0.3.4.