diff --git a/install.sh b/install.sh index bb1274b..a930b85 100755 --- a/install.sh +++ b/install.sh @@ -229,6 +229,8 @@ function installModules() { } function main() { + ensureDocopts + autoloadZShLib eval "`docopts -f -V - -h - : "$@" <<- USAGE Usage: $0 [options] [-m PATH]... [...] @@ -255,8 +257,6 @@ function main() { USAGE`" local allModules=() modulesToInstall=() local -A answers - ensureDocopts - autoloadZShLib configureLogging lop debug "Called main with $# args: $@" loadModules