aboutsummaryrefslogtreecommitdiff
path: root/src/bdrem/UserInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdrem/UserInterface.php')
-rw-r--r--src/bdrem/UserInterface.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bdrem/UserInterface.php b/src/bdrem/UserInterface.php
index de6d3bb..66b72e2 100644
--- a/src/bdrem/UserInterface.php
+++ b/src/bdrem/UserInterface.php
@@ -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();