b004f3 Start using `--as-stdout-line' of cli_printMessage to print out the

Authored and Committed by areguera 13 years ago
    Start using `--as-stdout-line' of cli_printMessage to print out the
    option value retrived from render_getConfigOption.
    
        - This is required in order for render_getConfigOption to output
          the correct apostrophe character in the output; for those cases
          where the apostrophe is passed as an option argument (e.g.,
          `--comment="You've been there."'). Otherwise the codified value
          would be printed out instead (e.g., `You027ve been there.').
    
        - The apostrophe codification is required in order to allow spaces
          in option arguments. Otherwise, the option argument might be cut
          wherever the first uncodified apstrophe be in the option
          argument.