# copy interactively
cpi() { sh_a__co_py_interactive "${@}"; }
sh_a__co_py_interactive() {
cp \
--interactive \
"${@}"
}