79139604

Date: 2024-10-30 03:47:00
Score: 1.5
Natty:
Report link

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 "$@"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dave