Stop docopts from parsing arguments as options

This commit is contained in:
Rezart Qelibari
2022-03-01 16:32:09 +01:00
parent 910f795800
commit 79693877b2

View File

@@ -272,7 +272,7 @@ function main() {
local -A answers
configureLogging
lop debug "Current working dir is: `pwd`"
lop debug "Called main with $# args: $@"
lop -- debug "Called main with $# args: $@"
loadModules
askNecessaryQuestions
[ -z "${config_only}" ] || return 0