You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logError "At least three arguments needs to be passed to withCustomOutputInput, given \033[0;36m%s\033[0m\nFollowing a description of the parameters:""$#"
55
+
logError "At least three arguments need to be passed to withCustomOutputInput, given \033[0;36m%s\033[0m\nFollowing a description of the parameters:""$#"
56
56
echo>&2' 1: outputNr the file descriptor number for the output (i.e. in which you want to write)'
57
57
echo>&2' 2: inputNr the file descriptor number for the input (i.e. from which you want to read)'
58
58
echo>&2' 3: callback the name of the callback function which shall be called'
logError "Either one or two arguments needs to be passed to printVersion, given \033[0;36m%s\033[0m\nFollowing a description of the parameters:""$#"
64
+
logError "Either one or two arguments need to be passed to printVersion, given \033[0;36m%s\033[0m\nFollowing a description of the parameters:""$#"
65
65
echo>&2'1: version the version which shall be shown if one uses --version'
66
66
echo>&2'2: stackFrame number of frames to drop to determine the source of the call -- default 3'
67
67
printStackTrace
@@ -74,7 +74,7 @@ function printVersion() {
74
74
75
75
functionassignToVariableInOuterScope() {
76
76
if(($#!=2));then
77
-
logError "Exactly two arguments needs to be passed to assignToOuterScopeVariable, given \033[0;36m%s\033[0m\nFollowing a description of the parameters:""$#"
77
+
logError "Exactly two arguments need to be passed to assignToOuterScopeVariable, given \033[0;36m%s\033[0m\nFollowing a description of the parameters:""$#"
78
78
echo>&2'1: variableName the name of the variable in the outer scope to which the given value shall be assigned'
79
79
echo>&2'2: value the value which shall be assigned to the variable'
0 commit comments