zimfw/src/stage2/50_zimfw_install_update.zsh...

7 lines
187 B
Plaintext

_zimfw_install_update() {
local -r _zargs_action=${1}
_zimfw_source_zimrc 1 && zargs -n 1 -P 0 -- "${_znames[@]}" -- _zimfw_run_tool
# Ignore return from zargs with -P
return 0
}