Stop docopts from parsing arguments as options
This commit is contained in:
@@ -272,7 +272,7 @@ function main() {
|
|||||||
local -A answers
|
local -A answers
|
||||||
configureLogging
|
configureLogging
|
||||||
lop debug "Current working dir is: `pwd`"
|
lop debug "Current working dir is: `pwd`"
|
||||||
lop debug "Called main with $# args: $@"
|
lop -- debug "Called main with $# args: $@"
|
||||||
loadModules
|
loadModules
|
||||||
askNecessaryQuestions
|
askNecessaryQuestions
|
||||||
[ -z "${config_only}" ] || return 0
|
[ -z "${config_only}" ] || return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user