zapret4rocket/lib/ui.sh
IndeecFOX 602a566923
Рефакторинг (#11)
Глобальный рефакторинг
Если что-то не работает, виноват он: AloofLibra <87386304+AloofLibra@users.noreply.github.com> 😂
2026-01-04 18:11:38 +03:00

14 lines
245 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# UI helpers
pause_enter() {
read -re -p "Enter для продолжения" _
}
submenu_item() {
echo -e "${green}$1. $2${plain} $3"
}
# Совместимость со старым кодом меню
exit_to_menu() {
pause_enter
}