Update cli_printMessage.sh:
- Don't use FLAG_ANSWER directly on verifications. Use an
intermediate variable and assign the value of FLAG_ANSWER
variable to the intermediate variable. This we each time a yes
or no request line is called the value of answer is reset.
Otherwise, if value is not reset, we may end up with positive
answer on all yes or no requests and that is no what
AsYesOrNoRequestLine option exists for.