There is no inherent prompt functionality, but you can achieve the result you want with a short wrapper file such as:
read -s -p "password: " PW xl --xl-release-password $PW "$@"