Use new lop and indicateActivity

This commit is contained in:
Rezart Qelibari
2022-03-12 03:54:54 +01:00
parent 322a2aa757
commit 5c0c73f5e8
5 changed files with 120 additions and 73 deletions

View File

@@ -39,9 +39,9 @@ function module_main() {
shift
autoloadZShLib || return
checkPrerequisites || return
configureLogging
eval "`getUsage $cmdName | docopts -f -V - -h - : "$@"`"
[ $# -lt 1 ] && return
configureLogging
[ "${show_questions}" = true ] && { showQuestions; return }
configure_system
}