exit_status() = integer()
opts() = #{log_fun => fun((iodata()) -> any()), timeout => integer(), monitor => reference()}
| command/1 | |
| command/2 |
command(Cmd::iodata()) -> {exit_status(), string()}
command(Cmd::iodata(), Opts::opts()) -> {exit_status(), string()}
Generated by EDoc