We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@doc since
1 parent 49bc4fc commit ff96fa2Copy full SHA for ff96fa2
lib/elixir/lib/system.ex
@@ -901,6 +901,7 @@ defmodule System do
901
902
It accepts the same options as `cmd/3`, except for `arg0`.
903
"""
904
+ @doc since: "1.12.0"
905
@spec shell(binary, keyword) :: {Collectable.t(), exit_status :: non_neg_integer}
906
def shell(command, opts \\ []) when is_binary(command) do
907
assert_no_null_byte!(command, "System.shell/2")
0 commit comments