Compare commits

...

2 Commits

Author SHA1 Message Date
Raphaël Numbus 185988d411 Added sensitive input. 2026-05-29 22:11:42 +02:00
Raphaël Numbus f38ab53719 Fixed syntax error. 2026-05-29 22:06:42 +02:00
+1 -1
View File
@@ -32,7 +32,7 @@ get_valid_input() {
fi
while true; do
local INPUT=$(gum input --header "${HEADER}" --prompt "${PROMPT}" --placeholder "${PLACEHOLDER}")
local INPUT=$(gum input --header "${HEADER}" --prompt "${PROMPT}" --placeholder "${PLACEHOLDER}" --password="${SENSITIVE}")
# Handle empty input
if [[ -z "${INPUT}" ]]; then