Moved clear command from child to parent process.

This commit is contained in:
Raphaël Numbus
2026-05-15 11:47:48 +02:00
parent f55e12c039
commit 17a6affa85
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -957,7 +957,6 @@ GUM_INPUT_TIMEOUT="3600"
# --- PRE MAIN LOGIC --->
set -euo pipefail
clear
trap cleanup EXIT
# --- PRE MAIN LOGIC ---<