Add parseInput debug

This commit is contained in:
2024-08-31 22:14:23 -04:00
parent 35369a7d18
commit 6afbff713e

View File

@@ -307,6 +307,7 @@ parseInput() {
--debug | -d | -y | --yes | --auto | --mcrepo | --mcversion | \ --debug | -d | -y | --yes | --auto | --mcrepo | --mcversion | \
--arch | --betapass | --restorefile | --outputdir) --arch | --betapass | --restorefile | --outputdir)
if [[ $ID != "unknown" ]]; then if [[ $ID != "unknown" ]]; then
debug "Automatically setting --install repo"
REPO_INSTALL_SWITCH=1 REPO_INSTALL_SWITCH=1
fi fi
;; ;;