Skip to content

Commit ff96fa2

Browse files
wojtekmachjosevalim
authored andcommitted
Add @doc since to System.shell/2 (#10967)
1 parent 49bc4fc commit ff96fa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir/lib/system.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@ defmodule System do
901901
902902
It accepts the same options as `cmd/3`, except for `arg0`.
903903
"""
904+
@doc since: "1.12.0"
904905
@spec shell(binary, keyword) :: {Collectable.t(), exit_status :: non_neg_integer}
905906
def shell(command, opts \\ []) when is_binary(command) do
906907
assert_no_null_byte!(command, "System.shell/2")

0 commit comments

Comments
 (0)