Function cmd_lib::set_pipefail

source ·
pub fn set_pipefail(enable: bool)
Expand description

Set pipefail or not, true by default.

Setting environment variable CMD_LIB_PIPEFAIL=0|1 has the same effect