Module ktn_os

Utility functions to run commands in the underlying OS.

Description

Utility functions to run commands in the underlying OS.

Data Types

exit_status()

exit_status() = integer()

opts()

opts() = #{log_fun => fun((iodata()) -> any()), timeout => integer(), monitor => reference()}

Function Index

command/1
command/2

Function Details

command/1

command(Cmd::iodata()) -> {exit_status(), string()}

command/2

command(Cmd::iodata(), Opts::opts()) -> {exit_status(), string()}


Generated by EDoc