global::cmd
This module exposes the cmd
function, allowing vSMTP to execute system commands.
fn
build
fn build(parameters: Map) -> Cmd
fn
run
fn run(cmd: Cmd) -> Map
fn run(cmd: Cmd, args: Array) -> Map
details
Execute the given command.
fn
to_debug
fn to_debug(cmd: Cmd) -> String
details
fn
to_string
fn to_string(cmd: Cmd) -> String