use ANSI color codes on shell by default
[bdrem.git] / src / bdrem / UserInterface.php
index de6d3bbe922d9177318721ad73cb7dfe339fd5ad..66b72e2c9fcfd4227a83de5593aa7a361ef64f19 100644 (file)
@@ -173,6 +173,9 @@ abstract class UserInterface
             $this->config->renderer    = $result->options['renderer'];
             $this->config->stopOnEmpty = $result->options['stopOnEmpty'];
             $this->config->setDate($result->options['date']);
+            if (isset($result->options['ansi'])) {
+                $this->config->ansi = $result->options['ansi'];
+            }
             return $result;
         } catch (\Exception $exc) {
             $this->preRenderParameterError();