refactor: make the meeting member "set visibility" screen much like the organizer's "admit" screen

This commit is contained in:
2025-10-26 14:08:30 -06:00
parent 723a0095a0
commit 9e1c267bc0
7 changed files with 196 additions and 193 deletions

View File

@@ -37,7 +37,6 @@ if [ "$git_status_before" != "$git_status_after" ]; then
echo
printf "Choose [c/a]: "
# The `< /dev/tty` is necessary to make read work in git's non-interactive shell
# The `|| choice="a"` is useful to set a default value to abort if read fails
read choice < /dev/tty
case $choice in