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