mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Add strict mode value to initial debug echoes
This commit is contained in:
parent
e224207e31
commit
76caefc30b
1
psu
1
psu
@ -54,6 +54,7 @@ main() {
|
|||||||
echo_debug "HTTPIE_VERIFY_SSL -> $HTTPIE_VERIFY_SSL"
|
echo_debug "HTTPIE_VERIFY_SSL -> $HTTPIE_VERIFY_SSL"
|
||||||
echo_debug "VERBOSE_MODE -> $VERBOSE_MODE"
|
echo_debug "VERBOSE_MODE -> $VERBOSE_MODE"
|
||||||
echo_debug "DEBUG_MODE -> $DEBUG_MODE"
|
echo_debug "DEBUG_MODE -> $DEBUG_MODE"
|
||||||
|
echo_debug "STRICT_MODE -> $STRICT_MODE"
|
||||||
|
|
||||||
# Check required arguments have been provided
|
# Check required arguments have been provided
|
||||||
check_argument "$ACTION" "action" "ACTION" "a"
|
check_argument "$ACTION" "action" "ACTION" "a"
|
||||||
|
Loading…
Reference in New Issue
Block a user