feat: document output

This commit is contained in:
egarette@silique.fr 2025-12-02 13:59:33 +01:00
parent 07a8478444
commit ca2ac1164c
2693 changed files with 15112 additions and 16361 deletions

23
README.fr.md Normal file
View file

@ -0,0 +1,23 @@
---
gitea: none
include_toc: true
---
[🇬🇧 (EN)](README.md) - [🇫🇷 (FR)](README.fr.md)
## Afficher les variables et les valeurs
> **🛈 Informations**
>
> Retrouver toutes les variables et leurs valeurs de votre configuration (structures et données utilisateurs). Des informations complémentaires sont disponibles, comme la valeur par défaut, le lieu de chargement de la valeurs, ...\
> **Chemin** : console\
> *`désactivé`*\
> **Désactivé** : si console n'est pas défini dans "[Sélection pour sortie](#step.output)"
| Variable | Description | Valeur par défaut | Type | Validateur |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|--------------------------|
| **<a id="console.show_secrets" name="console.show_secrets">console.show_secrets</a>**<br/>**Ligne de commande** : <br/>&nbsp;--console.show_secrets<br/>&nbsp;--console.no-show_secrets<br/>**Variable d'environnement** : ROUGAILCLI_CONSOLE.SHOW_SECRETS | Voir les secrets plutôt que de les obscurcir. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
| **<a id="console.mandatory" name="console.mandatory">console.mandatory</a>**<br/>**Ligne de commande** : <br/>&nbsp;--console.mandatory<br/>&nbsp;--console.no-mandatory<br/>**Variable d'environnement** : ROUGAILCLI_CONSOLE.MANDATORY | Test les variables obligatoires avant de les afficher dans la console. | ne pas tester si "[Configuration in output step is in read_write mode](#cli.read_write)" est activé | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
| **<a id="console.key_is_description" name="console.key_is_description">console.key_is_description</a>**<br/>**Ligne de commande** : <br/>&nbsp;--console.key_is_description<br/>&nbsp;--console.no-key_is_description<br/>**Variable d'environnement** : ROUGAILCLI_CONSOLE.KEY_IS_DESCRIPTION | Dans l&#x27;arborescence la clé est la description de la famille ou de la variable au lieux de son nom. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
| **<a id="console.max_width" name="console.max_width">console.max_width</a>**<br/>**Ligne de commande** : --console.max_width<br/>**Variable d'environnement** : ROUGAILCLI_CONSOLE.MAX_WIDTH | Nombre maximal de caractères par ligne.<br/>Null signifie illimité. | | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. |

View file

@ -1,2 +1,23 @@
# rougail-output-console ---
gitea: none
include_toc: true
---
[🇬🇧 (EN)](README.md) - [🇫🇷 (FR)](README.fr.md)
## Display variables and values
> **🛈 Informations**
>
> Find all the variables and their values in your configuration (structural and user datas). Additional informations are available, such as the default value, the location where the value is loaded, etc.\
> **Path**: console\
> *`disabled`*\
> **Disabled**: if console is not set in "[Select for output](#step.output)"
| Variable | Description | Default value | Type | Validator |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|--------------------------|
| **<a id="console.show_secrets" name="console.show_secrets">console.show_secrets</a>**<br/>**Command line**: <br/>&nbsp;--console.show_secrets<br/>&nbsp;--console.no-show_secrets<br/>**Environment variable**: ROUGAILCLI_CONSOLE.SHOW_SECRETS | Show secrets instead of obscuring them. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |
| **<a id="console.mandatory" name="console.mandatory">console.mandatory</a>**<br/>**Command line**: <br/>&nbsp;--console.mandatory<br/>&nbsp;--console.no-mandatory<br/>**Environment variable**: ROUGAILCLI_CONSOLE.MANDATORY | Test mandatories variables before display in console. | do not test if "[Configuration in output step is in read_write mode](#cli.read_write)" is true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |
| **<a id="console.key_is_description" name="console.key_is_description">console.key_is_description</a>**<br/>**Command line**: <br/>&nbsp;--console.key_is_description<br/>&nbsp;--console.no-key_is_description<br/>**Environment variable**: ROUGAILCLI_CONSOLE.KEY_IS_DESCRIPTION | In tree the key is the family or variable description inside of it&#x27;s name. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |
| **<a id="console.max_width" name="console.max_width">console.max_width</a>**<br/>**Command line**: --console.max_width<br/>**Environment variable**: ROUGAILCLI_CONSOLE.MAX_WIDTH | Maximum number of characters per line.<br/>Null means unlimited. | | [`integer`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) | The minimum value is 50. |

View file

@ -5,8 +5,8 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: 2025-11-08 22:16+0100\n" "POT-Creation-Date: 2025-12-02 19:36+0100\n"
"PO-Revision-Date: 2025-11-08 22:17+0100\n" "PO-Revision-Date: 2025-12-02 19:38+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: fr\n" "Language: fr\n"
@ -14,9 +14,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
"X-Generator: Poedit 3.7\n" "X-Generator: Poedit 3.8\n"
#: src/rougail/output_console/__init__.py:90 #: src/rougail/output_console/__init__.py:87
msgid "Error in config: {0}" msgid "Error in config: {0}"
msgstr "Erreur dans la config : {0}" msgstr "Erreur dans la config : {0}"
@ -24,86 +24,111 @@ msgstr "Erreur dans la config : {0}"
msgid "The following variables are mandatory but have no value:" msgid "The following variables are mandatory but have no value:"
msgstr "Les variables suivantes sont obligatoire mais n'ont pas de valeur :" msgstr "Les variables suivantes sont obligatoire mais n'ont pas de valeur :"
#: src/rougail/output_console/__init__.py:126 #: src/rougail/output_console/__init__.py:129
msgid "The following variables are inaccessible but are empty and mandatory:" msgid "The following variables are inaccessible but are empty and mandatory:"
msgstr "" msgstr ""
"Les variables suivantes sont inaccessibles mais sont vides et obligatoires :" "Les variables suivantes sont inaccessibles mais sont vides et obligatoires :"
#: src/rougail/output_console/__init__.py:212 #: src/rougail/output_console/__init__.py:218
msgid "Variable" msgid "Variable"
msgstr "Variable" msgstr "Variable"
#: src/rougail/output_console/__init__.py:214 #: src/rougail/output_console/__init__.py:220
msgid "Undocumented variable"
msgstr "Variable non documentée"
#: src/rougail/output_console/__init__.py:216
msgid "Undocumented but modified variable"
msgstr "Variable non documentée mais modifiée"
#: src/rougail/output_console/__init__.py:218
msgid "Unmodifiable variable" msgid "Unmodifiable variable"
msgstr "Variable non modifiable" msgstr "Variable non modifiable"
#: src/rougail/output_console/__init__.py:221 #: src/rougail/output_console/__init__.py:223
msgid "Default value" msgid "Default value"
msgstr "Valeur par défaut" msgstr "Valeur par défaut"
#: src/rougail/output_console/__init__.py:223 #: src/rougail/output_console/__init__.py:225
msgid "Modified value" msgid "Modified value"
msgstr "Valeur modifiée" msgstr "Valeur modifiée"
#: src/rougail/output_console/__init__.py:225 #: src/rougail/output_console/__init__.py:227
msgid "Original default value" msgid "Original default value"
msgstr "Valeur par défaut d'origine" msgstr "Valeur par défaut d'origine"
#: src/rougail/output_console/__init__.py:229 #: src/rougail/output_console/__init__.py:231
msgid "Caption" msgid "Caption"
msgstr "Légende" msgstr "Légende"
#: src/rougail/output_console/__init__.py:248 #: src/rougail/output_console/__init__.py:250
msgid "Layers" msgid "Layers"
msgstr "Couches" msgstr "Couches"
#: src/rougail/output_console/__init__.py:255 #: src/rougail/output_console/__init__.py:257
msgid "ERRORS" msgid "ERRORS"
msgstr "ERREURS" msgstr "ERREURS"
#: src/rougail/output_console/__init__.py:283 #: src/rougail/output_console/__init__.py:285
msgid "WARNINGS" msgid "WARNINGS"
msgstr "AVERTISSEMENTS" msgstr "AVERTISSEMENTS"
#: src/rougail/output_console/__init__.py:294 #: src/rougail/output_console/__init__.py:296
msgid "Variables:" msgid "Variables:"
msgstr "Variables :" msgstr "Variables :"
#: src/rougail/output_console/__init__.py:325 #: src/rougail/output_console/__init__.py:338
#: src/rougail/output_console/__init__.py:485 #: src/rougail/output_console/__init__.py:513
msgid "{0}:" msgid "{0}:"
msgstr "{0} :" msgstr "{0} :"
#: src/rougail/output_console/__init__.py:491 #: src/rougail/output_console/__init__.py:519
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "{0} : {1}" msgstr "{0} : {1}"
#: src/rougail/output_console/config.py:30 #: src/rougail/output_console/config.py:30
msgid "Configuration for rougail-console" msgid "Display variables and values"
msgstr "Configuration de rougail-console" msgstr "Afficher les variables et les valeurs"
#: src/rougail/output_console/config.py:37 #: src/rougail/output_console/config.py:31
msgid ""
"Find all the variables and their values in your configuration (structural "
"and user datas). Additional informations are available, such as the default "
"value, the location where the value is loaded, etc."
msgstr ""
"Retrouver toutes les variables et leurs valeurs de votre configuration "
"(structures et données utilisateurs). Des informations complémentaires sont "
"disponibles, comme la valeur par défaut, le lieu de chargement de la "
"valeurs, ..."
#: src/rougail/output_console/config.py:40
msgid "if console is not set in \"step.output\""
msgstr "si console n'est pas défini dans \"step.output\""
#: src/rougail/output_console/config.py:42
msgid "Show secrets instead of obscuring them" msgid "Show secrets instead of obscuring them"
msgstr "Voir les secrets plutôt que de les obscurcir" msgstr "Voir les secrets plutôt que de les obscurcir"
#: src/rougail/output_console/config.py:40 #: src/rougail/output_console/config.py:45
msgid "test mandatories variables before display in console" msgid "test mandatories variables before display in console"
msgstr "Test les variables obligatoires avant de les afficher dans la console" msgstr "test les variables obligatoires avant de les afficher dans la console"
#: src/rougail/output_console/config.py:50 #: src/rougail/output_console/config.py:54
msgid "do not test if \"cli.read_write\" is true"
msgstr "ne pas tester si \"cli.read_write\" est activé"
#: src/rougail/output_console/config.py:56
msgid "" msgid ""
"In tree the key is the family or variable description inside of it's name" "In tree the key is the family or variable description inside of it's name"
msgstr "" msgstr ""
"Dans l'arborescence la clé est la description de la famille ou de la " "Dans l'arborescence la clé est la description de la famille ou de la "
"variable au lieux de son nom" "variable au lieux de son nom"
#~ msgid "Display variables available in read_write mode" #: src/rougail/output_console/config.py:59
#~ msgstr "Afficher les variables visible dans le mode lecture écriture" msgid "Maximum number of characters per line"
msgstr "Nombre maximal de caractères par ligne"
#: src/rougail/output_console/config.py:60
msgid "null means unlimited"
msgstr "null signifie illimité"
#~ msgid "Configuration for rougail-console"
#~ msgstr "Configuration de rougail-console"
#~ msgid "Undocumented variable"
#~ msgstr "Variable non documentée"
#~ msgid "Undocumented but modified variable"
#~ msgstr "Variable non documentée mais modifiée"

View file

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2025-11-08 22:17+0100\n" "POT-Creation-Date: 2025-12-02 19:38+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,7 +15,7 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: src/rougail/output_console/__init__.py:90 #: src/rougail/output_console/__init__.py:87
msgid "Error in config: {0}" msgid "Error in config: {0}"
msgstr "" msgstr ""
@ -23,80 +23,92 @@ msgstr ""
msgid "The following variables are mandatory but have no value:" msgid "The following variables are mandatory but have no value:"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:126 #: src/rougail/output_console/__init__.py:129
msgid "The following variables are inaccessible but are empty and mandatory:" msgid "The following variables are inaccessible but are empty and mandatory:"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:212 #: src/rougail/output_console/__init__.py:218
msgid "Variable" msgid "Variable"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:214 #: src/rougail/output_console/__init__.py:220
msgid "Undocumented variable"
msgstr ""
#: src/rougail/output_console/__init__.py:216
msgid "Undocumented but modified variable"
msgstr ""
#: src/rougail/output_console/__init__.py:218
msgid "Unmodifiable variable" msgid "Unmodifiable variable"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:221 #: src/rougail/output_console/__init__.py:223
msgid "Default value" msgid "Default value"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:223 #: src/rougail/output_console/__init__.py:225
msgid "Modified value" msgid "Modified value"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:225 #: src/rougail/output_console/__init__.py:227
msgid "Original default value" msgid "Original default value"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:229 #: src/rougail/output_console/__init__.py:231
msgid "Caption" msgid "Caption"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:248 #: src/rougail/output_console/__init__.py:250
msgid "Layers" msgid "Layers"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:255 #: src/rougail/output_console/__init__.py:257
msgid "ERRORS" msgid "ERRORS"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:283 #: src/rougail/output_console/__init__.py:285
msgid "WARNINGS" msgid "WARNINGS"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:294 #: src/rougail/output_console/__init__.py:296
msgid "Variables:" msgid "Variables:"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:325 #: src/rougail/output_console/__init__.py:338
#: src/rougail/output_console/__init__.py:485 #: src/rougail/output_console/__init__.py:513
msgid "{0}:" msgid "{0}:"
msgstr "" msgstr ""
#: src/rougail/output_console/__init__.py:491 #: src/rougail/output_console/__init__.py:519
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "" msgstr ""
#: src/rougail/output_console/config.py:30 #: src/rougail/output_console/config.py:30
msgid "Configuration for rougail-console" msgid "Display variables and values"
msgstr "" msgstr ""
#: src/rougail/output_console/config.py:37 #: src/rougail/output_console/config.py:31
msgid "Show secrets instead of obscuring them" msgid "Find all the variables and their values in your configuration (structural and user datas). Additional informations are available, such as the default value, the location where the value is loaded, etc."
msgstr "" msgstr ""
#: src/rougail/output_console/config.py:40 #: src/rougail/output_console/config.py:40
msgid "if console is not set in \"step.output\""
msgstr ""
#: src/rougail/output_console/config.py:42
msgid "Show secrets instead of obscuring them"
msgstr ""
#: src/rougail/output_console/config.py:45
msgid "test mandatories variables before display in console" msgid "test mandatories variables before display in console"
msgstr "" msgstr ""
#: src/rougail/output_console/config.py:50 #: src/rougail/output_console/config.py:54
msgid "do not test if \"cli.read_write\" is true"
msgstr ""
#: src/rougail/output_console/config.py:56
msgid "In tree the key is the family or variable description inside of it's name" msgid "In tree the key is the family or variable description inside of it's name"
msgstr "" msgstr ""
#: src/rougail/output_console/config.py:59
msgid "Maximum number of characters per line"
msgstr ""
#: src/rougail/output_console/config.py:60
msgid "null means unlimited"
msgstr ""

View file

@ -35,10 +35,9 @@ from .__version__ import __version__
class RougailOutputConsole: class RougailOutputConsole:
variable_hidden_color = "orange1" variable_hidden_color = "orange1"
variable_undocumented_color = "bright_blue"
variable_undocumented_and_modified_color = "red1"
value_unmodified_color = "gold1" value_unmodified_color = "gold1"
value_default_color = "green" value_modified_color = "green"
value_default_color = None
def __init__( def __init__(
self, self,
@ -62,15 +61,10 @@ class RougailOutputConsole:
self.config_owner_is_path = config_owner_is_path self.config_owner_is_path = config_owner_is_path
self.is_mandatory = self.rougailconfig["console.mandatory"] self.is_mandatory = self.rougailconfig["console.mandatory"]
self.show_secrets = self.rougailconfig["console.show_secrets"] self.show_secrets = self.rougailconfig["console.show_secrets"]
self.max_width = self.rougailconfig["console.max_width"]
self.key_is_description = self.rougailconfig["console.key_is_description"] self.key_is_description = self.rougailconfig["console.key_is_description"]
try:
self.undocumented_modes = set(self.rougailconfig["console.undocumented_modes"])
except Exception:
self.undocumented_modes = set()
self.variable_default_enable = False self.variable_default_enable = False
self.variable_hidden_enable = False self.variable_hidden_enable = False
self.variable_undocumented_enable = False
self.variable_undocumented_and_modified_enable = False
self.value_modified_enable = False self.value_modified_enable = False
self.value_unmodified_enable = False self.value_unmodified_enable = False
self.value_default_enable = False self.value_default_enable = False
@ -82,7 +76,7 @@ class RougailOutputConsole:
if user_data_warnings is None: if user_data_warnings is None:
user_data_warnings = [] user_data_warnings = []
self.user_data_warnings = user_data_warnings self.user_data_warnings = user_data_warnings
self.console = Console(force_terminal=True) self.console = Console(force_terminal=True, width=self.max_width)
self.out = [] self.out = []
self.root = self.get_root() self.root = self.get_root()
@ -113,7 +107,7 @@ class RougailOutputConsole:
description = child.path(uncalculated=True) description = child.path(uncalculated=True)
if child.isdynamic() and "{{ identifier }}" in description: if child.isdynamic() and "{{ identifier }}" in description:
description = description.replace( description = description.replace(
"{{ identifier }}", child.identifiers()[-1] "{{ identifier }}", str(child.identifiers()[-1])
) )
if child.isoptiondescription(): if child.isoptiondescription():
@ -162,7 +156,7 @@ class RougailOutputConsole:
self.root, self.root,
) )
self.config.information.set("path_in_description", old_path_in_description) self.config.information.set("path_in_description", old_path_in_description)
if self.output.tree.children: if self.output.tree and self.output.tree.children:
self.header() self.header()
self.end() self.end()
return True return True
@ -222,19 +216,15 @@ class RougailOutputConsole:
caption_line = "" caption_line = ""
if self.variable_default_enable: if self.variable_default_enable:
caption_line += _("Variable") + "\n" caption_line += _("Variable") + "\n"
if self.variable_undocumented_enable:
caption_line += f'[{self.variable_undocumented_color}]{_("Undocumented variable")}[/{self.variable_undocumented_color}]\n'
if self.variable_undocumented_and_modified_enable:
caption_line += f'[{self.variable_undocumented_and_modified_color}]{_("Undocumented but modified variable")}[/{self.variable_undocumented_and_modified_color}]\n'
if self.variable_hidden_enable: if self.variable_hidden_enable:
caption_line += f'[{self.variable_hidden_color}]{_("Unmodifiable variable")}[/{self.variable_hidden_color}]\n' caption_line += f'[{self.variable_hidden_color}]{_("Unmodifiable variable")}[/{self.variable_hidden_color}]\n'
header_value = "" header_value = ""
if self.value_unmodified_enable: if self.value_unmodified_enable:
header_value = f'[{self.value_unmodified_color}]{_("Default value")}[/{self.value_unmodified_color}]\n' header_value = f'[{self.value_unmodified_color}]{_("Default value")}[/{self.value_unmodified_color}]\n'
if self.value_modified_enable: if self.value_modified_enable:
header_value += _("Modified value") + "\n" header_value += f'[{self.value_modified_color}]{_("Modified value")}[/{self.value_modified_color}]\n'
if self.value_default_enable: if self.value_default_enable:
header_value += f'([{self.value_default_color}]:hourglass_flowing_sand: {_("Original default value")}[/{self.value_default_color}])\n' header_value += f'(:hourglass_flowing_sand: {_("Original default value")})\n'
caption = Table.grid(padding=1, collapse_padding=True) caption = Table.grid(padding=1, collapse_padding=True)
caption.pad_edge = False caption.pad_edge = False
caption.add_row(caption_line[:-1], header_value[:-1]) caption.add_row(caption_line[:-1], header_value[:-1])
@ -308,7 +298,6 @@ class RougailOutputConsole:
self, self,
yaml, yaml,
self.key_is_description, self.key_is_description,
self.undocumented_modes,
no_icon=True, no_icon=True,
) )
return self.output return self.output
@ -325,46 +314,50 @@ class OutputFamily:
root, root,
_yaml, _yaml,
key_is_description, key_is_description,
undocumented_modes,
*, *,
is_leader: bool = False, is_leader: bool = False,
no_icon: bool = False, no_icon: bool = False,
) -> None: ) -> None:
if parent is None: self.tree = None
tree = Tree
else:
tree = parent.add
if is_leader:
self.tree = tree(
":notebook: " + _("{0}:").format(family),
guide_style="bold bright_blue",
)
elif no_icon:
self.tree = tree(
f"{family}",
guide_style="bold bright_blue",
)
else:
self.tree = tree(
f":open_file_folder: {family}",
guide_style="bold bright_blue",
)
self.root = root self.root = root
self.parent = parent
self.family = family
self.is_leader = is_leader
self.no_icon = no_icon
self._yaml = _yaml self._yaml = _yaml
self.key_is_description = key_is_description self.key_is_description = key_is_description
self.undocumented_modes = undocumented_modes
def get_tree(self):
if self.tree is None:
if self.parent is None:
tree = Tree
else:
tree = self.parent.add
if self.is_leader:
self.tree = tree(
":notebook: " + _("{0}:").format(self.family),
guide_style="bold bright_blue",
)
elif self.no_icon:
self.tree = tree(
self.family,
guide_style="bold bright_blue",
)
else:
self.tree = tree(
f":open_file_folder: {self.family}",
guide_style="bold bright_blue",
)
return self.tree
def add_family( def add_family(
self, self,
option, option,
) -> None: ) -> 'OutputFamily':
properties = option.property.get() properties = option.property.get()
if "hidden" in properties: if "hidden" in properties:
self.root.variable_hidden_enable = True self.root.variable_hidden_enable = True
color = self.root.variable_hidden_color color = self.root.variable_hidden_color
elif self.undocumented_modes & properties:
self.root.variable_undocumented_enable = True
color = self.root.variable_undocumented_color
else: else:
self.root.variable_default_enable = True self.root.variable_default_enable = True
color = None color = None
@ -382,11 +375,10 @@ class OutputFamily:
} }
] ]
), ),
self.tree, self.get_tree(),
self.root, self.root,
self._yaml, self._yaml,
self.key_is_description, self.key_is_description,
self.undocumented_modes,
) )
def add_variable( def add_variable(
@ -394,20 +386,11 @@ class OutputFamily:
): ):
# value is undefined but not for leader variable # value is undefined but not for leader variable
properties = option.property.get() properties = option.property.get()
color = None
variable_color = None variable_color = None
undocumented = self.undocumented_modes & properties
hidden = False hidden = False
if "hidden" in properties: if "hidden" in properties:
if undocumented: self.root.variable_hidden_enable = True
self.root.variable_undocumented_enable = True variable_color = self.root.variable_hidden_color
variable_color = self.root.variable_undocumented_color
else:
self.root.variable_hidden_enable = True
variable_color = self.root.variable_hidden_color
elif undocumented:
self.root.variable_undocumented_and_modified_enable = True
variable_color = self.root.variable_undocumented_and_modified_color
else: else:
self.root.variable_default_enable = True self.root.variable_default_enable = True
values = [] values = []
@ -426,7 +409,7 @@ class OutputFamily:
values.append( values.append(
{ {
"value": value, "value": value,
"color": color, "color": self.root.value_modified_color,
"loaded_from": loaded_from, "loaded_from": loaded_from,
} }
) )
@ -494,6 +477,13 @@ class OutputFamily:
else: else:
self.root.value_default_enable = True self.root.value_default_enable = True
color = self.root.value_default_color color = self.root.value_default_color
follower_index = option.index()
if follower_index is not None:
loaded_from = option.information.get(
f"loaded_from_{follower_index}", None
)
else:
loaded_from = option.information.get("loaded_from", None)
values.append( values.append(
{ {
"value": None, "value": None,
@ -519,14 +509,14 @@ class OutputFamily:
option, option,
) )
if isinstance(value, list): if isinstance(value, list):
subtree = self.tree.add( subtree = self.get_tree().add(
":notebook: " + _("{0}:").format(key), ":notebook: " + _("{0}:").format(key),
guide_style="bold bright_blue", guide_style="bold bright_blue",
) )
for val in value: for val in value:
subtree.add(str(val)) subtree.add(str(val))
else: else:
self.tree.add(":notebook: " + _("{0}: {1}").format(key, value)) self.get_tree().add(":notebook: " + _("{0}: {1}").format(key, value))
def get_subconfig_with_default_value(self, suboption): def get_subconfig_with_default_value(self, suboption):
default_owner = suboption.owner.default() default_owner = suboption.owner.default()

View file

@ -27,12 +27,17 @@ def get_rougail_config(
) -> dict: ) -> dict:
options = f""" options = f"""
console: console:
description: {_('Configuration for rougail-console')} description: {_('Display variables and values')}
help: {_('Find all the variables and their values in your configuration (structural and user datas). Additional informations are available, such as the default value, the location where the value is loaded, etc.')}
disabled: disabled:
jinja: | jinja: |-
{{% if step.output is propertyerror or step.output != 'console' %}} {{% if step.output is propertyerror or step.output != 'console' %}}
disabled true
{{% else %}}
false
{{% endif %}} {{% endif %}}
return_type: boolean
description: {_('if console is not set in "step.output"')}
show_secrets: false # {_('Show secrets instead of obscuring them')} show_secrets: false # {_('Show secrets instead of obscuring them')}
@ -41,30 +46,22 @@ console:
type: boolean type: boolean
default: default:
jinja: |- jinja: |-
{{% if cli.read_write is defined and cli.read_write %}} {{% if cli.read_write is defined and cli.read_write == true %}}
false false
{{% else %}} {{% else %}}
true true
{{% endif %}} {{% endif %}}
description: {_('do not test if "cli.read_write" is true')}
key_is_description: true # {_("In tree the key is the family or variable description inside of it's name")} key_is_description: true # {_("In tree the key is the family or variable description inside of it's name")}
undocumented_modes: max_width:
description: {_('Variables with those modes are not documented')} description: {_("Maximum number of characters per line")}
multi: true help: {_('null means unlimited')}
type: integer
mandatory: false mandatory: false
disabled: params:
jinja: | min_integer: 50
{{% if not modes_level %}}
there is no mode
{{% endif %}}
description: {_('disabled when there is no mode available')}
validators:
- jinja: |
{{% if _.undocumented_modes not in modes_level %}}
this mode is not available
{{% endif %}}
description: {_('verify if disable modes already exists')}
""" """
return { return {
"name": "console", "name": "console",

View file

@ -1,5 +1,5 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┗━━ 📓 version: string1 ◀ loaded from rougail-test ┗━━ 📓 version: string1 ◀ loaded from rougail-test

View file

@ -1,5 +1,5 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┗━━ 📓 empty: string1 ◀ loaded from rougail-test ┗━━ 📓 empty: string1 ◀ loaded from rougail-test

View file

@ -1,10 +1,10 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test (no) ┣━━ 📓 var1: string1 ◀ loaded from rougail-test (⏳ no)
┗━━ 📓 var2: ┗━━ 📓 var2:
 ┣━━ string1 ◀ loaded from rougail-test (string1)  ┣━━ string1 ◀ loaded from rougail-test (⏳ string1)
 ┣━━ string2 ◀ loaded from rougail-test  ┣━━ string2 ◀ loaded from rougail-test
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,13 +1,13 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: ┣━━ 📓 var1:
┃ ┣━━ string1 ◀ loaded from rougail-test (no) ┃ ┣━━ string1 ◀ loaded from rougail-test (⏳ no)
┃ ┣━━ string2 ◀ loaded from rougail-test (yes) ┃ ┣━━ string2 ◀ loaded from rougail-test (⏳ yes)
┃ ┗━━ string3 ◀ loaded from rougail-test (maybe) ┃ ┗━━ string3 ◀ loaded from rougail-test (⏳ maybe)
┗━━ 📓 var2: ┗━━ 📓 var2:
 ┣━━ string1 ◀ loaded from rougail-test (string1)  ┣━━ string1 ◀ loaded from rougail-test (⏳ string1)
 ┣━━ string2 ◀ loaded from rougail-test (string2)  ┣━━ string2 ◀ loaded from rougail-test (⏳ string2)
 ┗━━ string3 ◀ loaded from rougail-test (string3)  ┗━━ string3 ◀ loaded from rougail-test (⏳ string3)

View file

@ -1,11 +1,11 @@
╭───────────────────── Caption ─────────────────────╮ ╭───────────────────── Caption ─────────────────────╮
│ Variable Default value │ │ Variable Default value │
Unmodifiable variable Modified value │ Unmodifiable variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰───────────────────────────────────────────────────╯ ╰───────────────────────────────────────────────────╯
Variables: Variables:
┣━━ 📂 leadership ┣━━ 📂 leadership
┃ ┗━━ 📂 var1 ┃ ┗━━ 📂 var1
┃  ┣━━ 📓 var1: a_value ┃  ┣━━ 📓 var1: a_value
┃  ┗━━ 📓 var2: a_value ┃  ┗━━ 📓 var2: a_value
┗━━ 📓 var2: string1 ◀ loaded from rougail-test (a_value) ┗━━ 📓 var2: string1 ◀ loaded from rougail-test (⏳ a_value)

View file

@ -1,11 +1,11 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: ┣━━ 📓 var1:
┃ ┣━━ domain1.lan ◀ loaded from rougail-test ┃ ┣━━ domain1.lan ◀ loaded from rougail-test
┃ ┗━━ domain2.lan ◀ loaded from rougail-test ┃ ┗━━ domain2.lan ◀ loaded from rougail-test
┗━━ 📓 var2: ┗━━ 📓 var2:
 ┣━━ domain1.lan ◀ loaded from rougail-test (domain1.lan)  ┣━━ domain1.lan ◀ loaded from rougail-test (⏳ domain1.lan)
 ┗━━ domain2.lan ◀ loaded from rougail-test (domain2.lan)  ┗━━ domain2.lan ◀ loaded from rougail-test (⏳ domain2.lan)

View file

@ -1,7 +1,7 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test ┣━━ 📓 var1: string1 ◀ loaded from rougail-test
┗━━ 📓 var2: string1 ◀ loaded from rougail-test (string1) ┗━━ 📓 var2: string1 ◀ loaded from rougail-test (⏳ string1)

View file

@ -1,8 +1,8 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test ┣━━ 📓 var1: string1 ◀ loaded from rougail-test
┣━━ 📓 var2: string1 ◀ loaded from rougail-test (string1) ┣━━ 📓 var2: string1 ◀ loaded from rougail-test (⏳ string1)
┗━━ 📓 var3: string1 ◀ loaded from rougail-test ┗━━ 📓 var3: string1 ◀ loaded from rougail-test

View file

@ -1,11 +1,11 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: ┣━━ 📓 var1:
┃ ┣━━ domain1.lan ◀ loaded from rougail-test ┃ ┣━━ domain1.lan ◀ loaded from rougail-test
┃ ┗━━ domain2.lan ◀ loaded from rougail-test ┃ ┗━━ domain2.lan ◀ loaded from rougail-test
┗━━ 📓 var2: ┗━━ 📓 var2:
 ┣━━ domain1.lan ◀ loaded from rougail-test (domain1.lan)  ┣━━ domain1.lan ◀ loaded from rougail-test (⏳ domain1.lan)
 ┗━━ domain2.lan ◀ loaded from rougail-test (domain2.lan)  ┗━━ domain2.lan ◀ loaded from rougail-test (⏳ domain2.lan)

View file

@ -1,6 +1,6 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test ┣━━ 📓 var1: string1 ◀ loaded from rougail-test
┗━━ 📓 var2: string1 ◀ loaded from rougail-test ┗━━ 📓 var2: string1 ◀ loaded from rougail-test

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 without_type: string1 ◀ loaded from rougail-test (non) ┗━━ 📓 without_type: string1 ◀ loaded from rougail-test (⏳ non)

View file

@ -1,11 +1,11 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: true ◀ loaded from rougail-test (true) ┣━━ 📓 var1: true ◀ loaded from rougail-test (true)
┣━━ 📓 var2: true ◀ loaded from rougail-test (true) ┣━━ 📓 var2: true ◀ loaded from rougail-test (true)
┣━━ 📓 var3: true ◀ loaded from rougail-test (true) ┣━━ 📓 var3: true ◀ loaded from rougail-test (true)
┣━━ 📓 var4: true ◀ loaded from rougail-test (false) ┣━━ 📓 var4: true ◀ loaded from rougail-test (false)
┣━━ 📓 var5: true ◀ loaded from rougail-test (false) ┣━━ 📓 var5: true ◀ loaded from rougail-test (false)
┗━━ 📓 var6: true ◀ loaded from rougail-test (false) ┗━━ 📓 var6: true ◀ loaded from rougail-test (false)

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: true ◀ loaded from rougail-test (true) ┗━━ 📓 variable: true ◀ loaded from rougail-test (true)

View file

@ -1,11 +1,11 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: a ◀ loaded from rougail-test ┣━━ 📓 var1: a ◀ loaded from rougail-test
┣━━ 📓 var2: a ◀ loaded from rougail-test ┣━━ 📓 var2: a ◀ loaded from rougail-test
┣━━ 📓 var3: a ◀ loaded from rougail-test ┣━━ 📓 var3: a ◀ loaded from rougail-test
┣━━ 📓 var4: null ◀ loaded from rougail-test ┣━━ 📓 var4: null ◀ loaded from rougail-test
┣━━ 📓 var5: a ◀ loaded from rougail-test (a) ┣━━ 📓 var5: a ◀ loaded from rougail-test (⏳ a)
┗━━ 📓 var6: 1 ◀ loaded from rougail-test (1) ┗━━ 📓 var6: 1 ◀ loaded from rougail-test (⏳ 1)

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 var: 0 ◀ loaded from rougail-test (9) ┗━━ 📓 var: 0 ◀ loaded from rougail-test (⏳ 9)

View file

@ -1,7 +1,7 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: a ◀ loaded from rougail-test ┣━━ 📓 var1: a ◀ loaded from rougail-test
┗━━ 📓 var2: a ◀ loaded from rougail-test (a) ┗━━ 📓 var2: a ◀ loaded from rougail-test (⏳ a)

View file

@ -1,10 +1,10 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: ┣━━ 📓 var1:
┃ ┣━━ string1 ◀ loaded from rougail-test (a) ┃ ┣━━ string1 ◀ loaded from rougail-test (⏳ a)
┃ ┣━━ string2 ◀ loaded from rougail-test (b) ┃ ┣━━ string2 ◀ loaded from rougail-test (⏳ b)
┃ ┗━━ string3 ◀ loaded from rougail-test (c) ┃ ┗━━ string3 ◀ loaded from rougail-test (⏳ c)
┗━━ 📓 var2: string1 ◀ loaded from rougail-test (a) ┗━━ 📓 var2: string1 ◀ loaded from rougail-test (⏳ a)

View file

@ -1,11 +1,11 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: ┣━━ 📓 var1:
┃ ┣━━ string1 ◀ loaded from rougail-test (a) ┃ ┣━━ string1 ◀ loaded from rougail-test (⏳ a)
┃ ┣━━ string2 ◀ loaded from rougail-test (b) ┃ ┣━━ string2 ◀ loaded from rougail-test (⏳ b)
┃ ┗━━ string3 ◀ loaded from rougail-test (c) ┃ ┗━━ string3 ◀ loaded from rougail-test (⏳ c)
┣━━ 📓 var2: string1 ◀ loaded from rougail-test (a) ┣━━ 📓 var2: string1 ◀ loaded from rougail-test (⏳ a)
┗━━ 📓 var3: string1 ◀ loaded from rougail-test (string1) ┗━━ 📓 var3: string1 ◀ loaded from rougail-test (⏳ string1)

View file

@ -1,12 +1,12 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: ┣━━ 📓 var1:
┃ ┣━━ string1 ◀ loaded from rougail-test (a) ┃ ┣━━ string1 ◀ loaded from rougail-test (⏳ a)
┃ ┣━━ string2 ◀ loaded from rougail-test (b) ┃ ┣━━ string2 ◀ loaded from rougail-test (⏳ b)
┃ ┗━━ string3 ◀ loaded from rougail-test (c) ┃ ┗━━ string3 ◀ loaded from rougail-test (⏳ c)
┣━━ 📓 var2: string1 ◀ loaded from rougail-test (a) ┣━━ 📓 var2: string1 ◀ loaded from rougail-test (⏳ a)
┗━━ 📂 family ┗━━ 📂 family
 ┗━━ 📓 var3: string1 ◀ loaded from rougail-test (string1)  ┗━━ 📓 var3: string1 ◀ loaded from rougail-test (⏳ string1)

View file

@ -1,7 +1,7 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 custom1: string1 ◀ loaded from rougail-test ┣━━ 📓 custom1: string1 ◀ loaded from rougail-test
┗━━ 📓 custom2: string1 ◀ loaded from rougail-test (value) ┗━━ 📓 custom2: string1 ◀ loaded from rougail-test (⏳ value)

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: domain1.lan ◀ loaded from rougail-test (my.domain.name) ┗━━ 📓 variable: domain1.lan ◀ loaded from rougail-test (⏳ my.domain.name)

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: domain1.lan ◀ loaded from rougail-test (my.domain.name) ┗━━ 📓 variable: domain1.lan ◀ loaded from rougail-test (⏳ my.domain.name)

View file

@ -1,11 +1,11 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: 1.1 ◀ loaded from rougail-test (0.0) ┣━━ 📓 var1: 1.1 ◀ loaded from rougail-test (⏳ 0.0)
┣━━ 📓 var2: 1.1 ◀ loaded from rougail-test (0.0) ┣━━ 📓 var2: 1.1 ◀ loaded from rougail-test (⏳ 0.0)
┣━━ 📓 var3: 1.1 ◀ loaded from rougail-test (0.0) ┣━━ 📓 var3: 1.1 ◀ loaded from rougail-test (⏳ 0.0)
┣━━ 📓 var4: 1.1 ◀ loaded from rougail-test (10.1) ┣━━ 📓 var4: 1.1 ◀ loaded from rougail-test (⏳ 10.1)
┣━━ 📓 var5: 1.1 ◀ loaded from rougail-test (10.1) ┣━━ 📓 var5: 1.1 ◀ loaded from rougail-test (⏳ 10.1)
┗━━ 📓 var6: 1.1 ◀ loaded from rougail-test (10.1) ┗━━ 📓 var6: 1.1 ◀ loaded from rougail-test (⏳ 10.1)

View file

@ -1,11 +1,11 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: 1 ◀ loaded from rougail-test (0) ┣━━ 📓 var1: 1 ◀ loaded from rougail-test (⏳ 0)
┣━━ 📓 var2: 1 ◀ loaded from rougail-test (0) ┣━━ 📓 var2: 1 ◀ loaded from rougail-test (⏳ 0)
┣━━ 📓 var3: 1 ◀ loaded from rougail-test (0) ┣━━ 📓 var3: 1 ◀ loaded from rougail-test (⏳ 0)
┣━━ 📓 var4: 1 ◀ loaded from rougail-test (10) ┣━━ 📓 var4: 1 ◀ loaded from rougail-test (⏳ 10)
┣━━ 📓 var5: 1 ◀ loaded from rougail-test (10) ┣━━ 📓 var5: 1 ◀ loaded from rougail-test (⏳ 10)
┗━━ 📓 var6: 1 ◀ loaded from rougail-test (10) ┗━━ 📓 var6: 1 ◀ loaded from rougail-test (⏳ 10)

View file

@ -1,8 +1,8 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: 192.168.1.6 ◀ loaded from rougail-test (1.1.1.1) ┣━━ 📓 var1: 192.168.1.6 ◀ loaded from rougail-test (⏳ 1.1.1.1)
┣━━ 📓 var2: 192.168.1.6/24 ◀ loaded from rougail-test (1.1.1.1/24) ┣━━ 📓 var2: 192.168.1.6/24 ◀ loaded from rougail-test (⏳ 1.1.1.1/24)
┗━━ 📓 var3: 192.168.1.6/24 ◀ loaded from rougail-test (1.1.1.1/24) ┗━━ 📓 var3: 192.168.1.6/24 ◀ loaded from rougail-test (⏳ 1.1.1.1/24)

View file

@ -1,8 +1,8 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: 192.168.1.0 ◀ loaded from rougail-test (1.1.1.0) ┣━━ 📓 var1: 192.168.1.0 ◀ loaded from rougail-test (⏳ 1.1.1.0)
┣━━ 📓 var2: 192.168.1.6/32 ◀ loaded from rougail-test (1.1.1.0/24) ┣━━ 📓 var2: 192.168.1.6/32 ◀ loaded from rougail-test (⏳ 1.1.1.0/24)
┗━━ 📓 var3: 192.168.1.6/32 ◀ loaded from rougail-test (1.1.1.0/24) ┗━━ 📓 var3: 192.168.1.6/32 ◀ loaded from rougail-test (⏳ 1.1.1.0/24)

View file

@ -1,11 +1,11 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: 1 ◀ loaded from rougail-test (0) ┣━━ 📓 var1: 1 ◀ loaded from rougail-test (⏳ 0)
┣━━ 📓 var2: 1 ◀ loaded from rougail-test (0) ┣━━ 📓 var2: 1 ◀ loaded from rougail-test (⏳ 0)
┣━━ 📓 var3: 1 ◀ loaded from rougail-test (0) ┣━━ 📓 var3: 1 ◀ loaded from rougail-test (⏳ 0)
┣━━ 📓 var4: 1 ◀ loaded from rougail-test (10) ┣━━ 📓 var4: 1 ◀ loaded from rougail-test (⏳ 10)
┣━━ 📓 var5: 1 ◀ loaded from rougail-test (10) ┣━━ 📓 var5: 1 ◀ loaded from rougail-test (⏳ 10)
┗━━ 📓 var6: 1 ◀ loaded from rougail-test (10) ┗━━ 📓 var6: 1 ◀ loaded from rougail-test (⏳ 10)

View file

@ -1,8 +1,8 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 variable1: 80 ◀ loaded from rougail-test ┣━━ 📓 variable1: 80 ◀ loaded from rougail-test
┣━━ 📓 variable2: 80 ◀ loaded from rougail-test (8080) ┣━━ 📓 variable2: 80 ◀ loaded from rougail-test (⏳ 8080)
┗━━ 📓 variable3: 80 ◀ loaded from rougail-test (8080) ┗━━ 📓 variable3: 80 ◀ loaded from rougail-test (⏳ 8080)

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 var: #b1b1b1 ◀ loaded from rougail-test (⏳ #a1a1a1) ┗━━ 📓 var: #b1b1b1 ◀ loaded from rougail-test (#a1a1a1)

View file

@ -1,7 +1,7 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: #b1b1b1 ◀ loaded from rougail-test (⏳ #a1a1a1) ┣━━ 📓 var1: #b1b1b1 ◀ loaded from rougail-test (#a1a1a1)
┗━━ 📓 var2: #b2b1b1 ◀ loaded from rougail-test (⏳ #b1b1b1) ┗━━ 📓 var2: #b2b1b1 ◀ loaded from rougail-test (#b1b1b1)

View file

@ -1,7 +1,7 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 secret1: ********** ◀ loaded from rougail-test ┣━━ 📓 secret1: ********** ◀ loaded from rougail-test
┗━━ 📓 secret2: ********** ◀ loaded from rougail-test (**********) ┗━━ 📓 secret2: ********** ◀ loaded from rougail-test (⏳ **********)

View file

@ -1,8 +1,8 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 secret1: ********** ◀ loaded from rougail-test ┣━━ 📓 secret1: ********** ◀ loaded from rougail-test
┣━━ 📓 secret2: ********** ◀ loaded from rougail-test (**********) ┣━━ 📓 secret2: ********** ◀ loaded from rougail-test (⏳ **********)
┗━━ 📓 secret3: ********** ◀ loaded from rougail-test (**********) ┗━━ 📓 secret3: ********** ◀ loaded from rougail-test (⏳ **********)

View file

@ -1,13 +1,13 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test ┣━━ 📓 var1: string1 ◀ loaded from rougail-test
┣━━ 📓 var2: string1 ◀ loaded from rougail-test ┣━━ 📓 var2: string1 ◀ loaded from rougail-test
┣━━ 📓 var3: string1 ◀ loaded from rougail-test ┣━━ 📓 var3: string1 ◀ loaded from rougail-test
┣━━ 📓 var4: string1 ◀ loaded from rougail-test (value) ┣━━ 📓 var4: string1 ◀ loaded from rougail-test (⏳ value)
┣━━ 📓 var5: string1 ◀ loaded from rougail-test (value) ┣━━ 📓 var5: string1 ◀ loaded from rougail-test (⏳ value)
┣━━ 📓 var6: string1 ◀ loaded from rougail-test (value) ┣━━ 📓 var6: string1 ◀ loaded from rougail-test (⏳ value)
┣━━ 📓 var7: string1 ◀ loaded from rougail-test (8080) ┣━━ 📓 var7: string1 ◀ loaded from rougail-test (⏳ 8080)
┗━━ 📓 var8: string1 ◀ loaded from rougail-test (true) ┗━━ 📓 var8: string1 ◀ loaded from rougail-test (true)

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 var: quote' ◀ loaded from rougail-test (⏳ quote') ┗━━ 📓 var: quote' ◀ loaded from rougail-test (⏳ quote')

View file

@ -1,6 +1,6 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test ┣━━ 📓 var1: string1 ◀ loaded from rougail-test
┗━━ 📓 var2: string1 ◀ loaded from rougail-test ┗━━ 📓 var2: string1 ◀ loaded from rougail-test

View file

@ -1,6 +1,6 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test ┣━━ 📓 var1: string1 ◀ loaded from rougail-test
┗━━ 📓 var2: string1 ◀ loaded from rougail-test ┗━━ 📓 var2: string1 ◀ loaded from rougail-test

View file

@ -1,6 +1,6 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test ┣━━ 📓 var1: string1 ◀ loaded from rougail-test
┗━━ 📓 var2: string1 ◀ loaded from rougail-test ┗━━ 📓 var2: string1 ◀ loaded from rougail-test

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: string1 ◀ loaded from rougail-test (quote") ┗━━ 📓 variable: string1 ◀ loaded from rougail-test (⏳ quote")

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: string1 ◀ loaded from rougail-test (quote'") ┗━━ 📓 variable: string1 ◀ loaded from rougail-test (⏳ quote'")

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: string1 ◀ loaded from rougail-test (quote\"\') ┗━━ 📓 variable: string1 ◀ loaded from rougail-test (⏳ quote\"\')

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: string1 ◀ loaded from rougail-test (quote') ┗━━ 📓 variable: string1 ◀ loaded from rougail-test (⏳ quote')

View file

@ -1,5 +1,5 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: string1 ◀ loaded from rougail-test ┗━━ 📓 variable: string1 ◀ loaded from rougail-test

View file

@ -1,13 +1,13 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: test ◀ loaded from rougail-test ┣━━ 📓 var1: test ◀ loaded from rougail-test
┣━━ 📓 var2: test ◀ loaded from rougail-test (value) ┣━━ 📓 var2: test ◀ loaded from rougail-test (⏳ value)
┣━━ 📓 var3: test1 ◀ loaded from rougail-test ┣━━ 📓 var3: test1 ◀ loaded from rougail-test
┣━━ 📓 var4: null ◀ loaded from rougail-test ┣━━ 📓 var4: null ◀ loaded from rougail-test
┣━━ 📓 var5: false ◀ loaded from rougail-test (true) ┣━━ 📓 var5: false ◀ loaded from rougail-test (true)
┗━━ 📓 var6: ┗━━ 📓 var6:
 ┣━━ test1 ◀ loaded from rougail-test  ┣━━ test1 ◀ loaded from rougail-test
 ┗━━ test2 ◀ loaded from rougail-test  ┗━━ test2 ◀ loaded from rougail-test

View file

@ -1,10 +1,10 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┣━━ 📓 variable1: ┣━━ 📓 variable1:
┃ ┣━━ val1 ◀ loaded from rougail-test ┃ ┣━━ val1 ◀ loaded from rougail-test
┃ ┗━━ val2 ◀ loaded from rougail-test ┃ ┗━━ val2 ◀ loaded from rougail-test
┗━━ 📓 variable2: ┗━━ 📓 variable2:
 ┣━━ val1 ◀ loaded from rougail-test  ┣━━ val1 ◀ loaded from rougail-test
 ┗━━ val2 ◀ loaded from rougail-test  ┗━━ val2 ◀ loaded from rougail-test

View file

@ -1,8 +1,8 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 source_variable_1: string1 ◀ loaded from rougail-test (val1) ┣━━ 📓 source_variable_1: string1 ◀ loaded from rougail-test (⏳ val1)
┣━━ 📓 source_variable_2: string1 ◀ loaded from rougail-test (val2) ┣━━ 📓 source_variable_2: string1 ◀ loaded from rougail-test (⏳ val2)
┗━━ 📓 my_variable: string1 ◀ loaded from rougail-test (val1) ┗━━ 📓 my_variable: string1 ◀ loaded from rougail-test (⏳ val1)

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: string1 ◀ loaded from rougail-test (string_1_True_None) ┗━━ 📓 variable: string1 ◀ loaded from rougail-test (⏳ string_1_True_)

View file

@ -1,5 +1,5 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┗━━ 📓 var: string1 ◀ loaded from rougail-test ┗━━ 📓 var: string1 ◀ loaded from rougail-test

View file

@ -1,6 +1,6 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test ┣━━ 📓 var1: string1 ◀ loaded from rougail-test
┗━━ 📓 var2: string1 ◀ loaded from rougail-test ┗━━ 📓 var2: string1 ◀ loaded from rougail-test

View file

@ -1,10 +1,10 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 my_variable: string1 ◀ loaded from rougail-test (val1) ┣━━ 📓 my_variable: string1 ◀ loaded from rougail-test (⏳ val1)
┗━━ 📓 my_calculated_variable: ┗━━ 📓 my_calculated_variable:
 ┣━━ string1 ◀ loaded from rougail-test (string1)  ┣━━ string1 ◀ loaded from rougail-test (⏳ string1)
 ┣━━ string2 ◀ loaded from rougail-test  ┣━━ string2 ◀ loaded from rougail-test
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,10 +1,10 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 my_variable: string1 ◀ loaded from rougail-test (val1) ┣━━ 📓 my_variable: string1 ◀ loaded from rougail-test (⏳ val1)
┗━━ 📓 my_calculated_variable: ┗━━ 📓 my_calculated_variable:
 ┣━━ string1 ◀ loaded from rougail-test (string1)  ┣━━ string1 ◀ loaded from rougail-test (⏳ string1)
 ┣━━ string2 ◀ loaded from rougail-test  ┣━━ string2 ◀ loaded from rougail-test
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,10 +1,10 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 my_variable: string1 ◀ loaded from rougail-test (val1) ┣━━ 📓 my_variable: string1 ◀ loaded from rougail-test (⏳ val1)
┗━━ 📓 my_calculated_variable: ┗━━ 📓 my_calculated_variable:
 ┣━━ string1 ◀ loaded from rougail-test (string1)  ┣━━ string1 ◀ loaded from rougail-test (⏳ string1)
 ┣━━ string2 ◀ loaded from rougail-test (value)  ┣━━ string2 ◀ loaded from rougail-test (⏳ value)
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,8 +1,8 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┗━━ 📓 my_calculated_variable: ┗━━ 📓 my_calculated_variable:
 ┣━━ string1 ◀ loaded from rougail-test  ┣━━ string1 ◀ loaded from rougail-test
 ┣━━ string2 ◀ loaded from rougail-test  ┣━━ string2 ◀ loaded from rougail-test
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,13 +1,13 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 my_variable: ┣━━ 📓 my_variable:
┃ ┣━━ string1 ◀ loaded from rougail-test (val1) ┃ ┣━━ string1 ◀ loaded from rougail-test (⏳ val1)
┃ ┣━━ string2 ◀ loaded from rougail-test (val2) ┃ ┣━━ string2 ◀ loaded from rougail-test (⏳ val2)
┃ ┗━━ string3 ◀ loaded from rougail-test ┃ ┗━━ string3 ◀ loaded from rougail-test
┗━━ 📓 my_calculated_variable: ┗━━ 📓 my_calculated_variable:
 ┣━━ string1 ◀ loaded from rougail-test (string1)  ┣━━ string1 ◀ loaded from rougail-test (⏳ string1)
 ┣━━ string2 ◀ loaded from rougail-test (string2)  ┣━━ string2 ◀ loaded from rougail-test (⏳ string2)
 ┗━━ string3 ◀ loaded from rougail-test (string3)  ┗━━ string3 ◀ loaded from rougail-test (⏳ string3)

View file

@ -1,7 +1,7 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test (string1) ┣━━ 📓 var1: string1 ◀ loaded from rougail-test (⏳ string1)
┗━━ 📓 var2: string1 ◀ loaded from rougail-test (no) ┗━━ 📓 var2: string1 ◀ loaded from rougail-test (⏳ no)

View file

@ -1,6 +1,6 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test ┣━━ 📓 var1: string1 ◀ loaded from rougail-test
┗━━ 📓 var2: string1 ◀ loaded from rougail-test ┗━━ 📓 var2: string1 ◀ loaded from rougail-test

View file

@ -1,6 +1,6 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test ┣━━ 📓 var1: string1 ◀ loaded from rougail-test
┗━━ 📓 var2: string1 ◀ loaded from rougail-test ┗━━ 📓 var2: string1 ◀ loaded from rougail-test

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 var: 0 ◀ loaded from rougail-test (9) ┗━━ 📓 var: 0 ◀ loaded from rougail-test (⏳ 9)

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 var: 0 ◀ loaded from rougail-test (9) ┗━━ 📓 var: 0 ◀ loaded from rougail-test (⏳ 9)

View file

@ -1,21 +1,21 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: ┣━━ 📓 var1:
┃ ┗━━ true ◀ loaded from rougail-test (true) ┃ ┗━━ true ◀ loaded from rougail-test (true)
┣━━ 📓 var2: ┣━━ 📓 var2:
┃ ┗━━ true ◀ loaded from rougail-test (true) ┃ ┗━━ true ◀ loaded from rougail-test (true)
┣━━ 📓 var3: ┣━━ 📓 var3:
┃ ┗━━ true ◀ loaded from rougail-test (true) ┃ ┗━━ true ◀ loaded from rougail-test (true)
┣━━ 📓 var4: ┣━━ 📓 var4:
┃ ┗━━ true ◀ loaded from rougail-test (false) ┃ ┗━━ true ◀ loaded from rougail-test (false)
┣━━ 📓 var5: ┣━━ 📓 var5:
┃ ┗━━ true ◀ loaded from rougail-test (false) ┃ ┗━━ true ◀ loaded from rougail-test (false)
┣━━ 📓 var6: ┣━━ 📓 var6:
┃ ┗━━ true ◀ loaded from rougail-test (false) ┃ ┗━━ true ◀ loaded from rougail-test (false)
┣━━ 📓 var7: ┣━━ 📓 var7:
┃ ┗━━ true ◀ loaded from rougail-test (true) ┃ ┗━━ true ◀ loaded from rougail-test (true)
┗━━ 📓 var8: ┗━━ 📓 var8:
 ┗━━ true ◀ loaded from rougail-test (true)  ┗━━ true ◀ loaded from rougail-test (true)

View file

@ -1,13 +1,13 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 custom1: ┣━━ 📓 custom1:
┃ ┣━━ string1 ◀ loaded from rougail-test ┃ ┣━━ string1 ◀ loaded from rougail-test
┃ ┣━━ string2 ◀ loaded from rougail-test ┃ ┣━━ string2 ◀ loaded from rougail-test
┃ ┗━━ string3 ◀ loaded from rougail-test ┃ ┗━━ string3 ◀ loaded from rougail-test
┗━━ 📓 custom2: ┗━━ 📓 custom2:
 ┣━━ string1 ◀ loaded from rougail-test (value)  ┣━━ string1 ◀ loaded from rougail-test (⏳ value)
 ┣━━ string2 ◀ loaded from rougail-test  ┣━━ string2 ◀ loaded from rougail-test
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,37 +1,37 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: ┣━━ 📓 var1:
┃ ┣━━ 1.1 ◀ loaded from rougail-test (0.0) ┃ ┣━━ 1.1 ◀ loaded from rougail-test (⏳ 0.0)
┃ ┣━━ 2.2 ◀ loaded from rougail-test ┃ ┣━━ 2.2 ◀ loaded from rougail-test
┃ ┗━━ 3.3 ◀ loaded from rougail-test ┃ ┗━━ 3.3 ◀ loaded from rougail-test
┣━━ 📓 var2: ┣━━ 📓 var2:
┃ ┣━━ 1.1 ◀ loaded from rougail-test (0.0) ┃ ┣━━ 1.1 ◀ loaded from rougail-test (⏳ 0.0)
┃ ┣━━ 2.2 ◀ loaded from rougail-test ┃ ┣━━ 2.2 ◀ loaded from rougail-test
┃ ┗━━ 3.3 ◀ loaded from rougail-test ┃ ┗━━ 3.3 ◀ loaded from rougail-test
┣━━ 📓 var3: ┣━━ 📓 var3:
┃ ┣━━ 1.1 ◀ loaded from rougail-test (0.0) ┃ ┣━━ 1.1 ◀ loaded from rougail-test (⏳ 0.0)
┃ ┣━━ 2.2 ◀ loaded from rougail-test ┃ ┣━━ 2.2 ◀ loaded from rougail-test
┃ ┗━━ 3.3 ◀ loaded from rougail-test ┃ ┗━━ 3.3 ◀ loaded from rougail-test
┣━━ 📓 var4: ┣━━ 📓 var4:
┃ ┣━━ 1.1 ◀ loaded from rougail-test (10.1) ┃ ┣━━ 1.1 ◀ loaded from rougail-test (⏳ 10.1)
┃ ┣━━ 2.2 ◀ loaded from rougail-test ┃ ┣━━ 2.2 ◀ loaded from rougail-test
┃ ┗━━ 3.3 ◀ loaded from rougail-test ┃ ┗━━ 3.3 ◀ loaded from rougail-test
┣━━ 📓 var5: ┣━━ 📓 var5:
┃ ┣━━ 1.1 ◀ loaded from rougail-test (10.1) ┃ ┣━━ 1.1 ◀ loaded from rougail-test (⏳ 10.1)
┃ ┣━━ 2.2 ◀ loaded from rougail-test ┃ ┣━━ 2.2 ◀ loaded from rougail-test
┃ ┗━━ 3.3 ◀ loaded from rougail-test ┃ ┗━━ 3.3 ◀ loaded from rougail-test
┣━━ 📓 var6: ┣━━ 📓 var6:
┃ ┣━━ 1.1 ◀ loaded from rougail-test (10.1) ┃ ┣━━ 1.1 ◀ loaded from rougail-test (⏳ 10.1)
┃ ┣━━ 2.2 ◀ loaded from rougail-test ┃ ┣━━ 2.2 ◀ loaded from rougail-test
┃ ┗━━ 3.3 ◀ loaded from rougail-test ┃ ┗━━ 3.3 ◀ loaded from rougail-test
┣━━ 📓 var7: ┣━━ 📓 var7:
┃ ┣━━ 1.1 ◀ loaded from rougail-test (0.0) ┃ ┣━━ 1.1 ◀ loaded from rougail-test (⏳ 0.0)
┃ ┣━━ 2.2 ◀ loaded from rougail-test ┃ ┣━━ 2.2 ◀ loaded from rougail-test
┃ ┗━━ 3.3 ◀ loaded from rougail-test ┃ ┗━━ 3.3 ◀ loaded from rougail-test
┗━━ 📓 var8: ┗━━ 📓 var8:
 ┣━━ 1.1 ◀ loaded from rougail-test (0.0)  ┣━━ 1.1 ◀ loaded from rougail-test (⏳ 0.0)
 ┣━━ 2.2 ◀ loaded from rougail-test  ┣━━ 2.2 ◀ loaded from rougail-test
 ┗━━ 3.3 ◀ loaded from rougail-test  ┗━━ 3.3 ◀ loaded from rougail-test

View file

@ -1,37 +1,37 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: ┣━━ 📓 var1:
┃ ┣━━ 1 ◀ loaded from rougail-test (0) ┃ ┣━━ 1 ◀ loaded from rougail-test (⏳ 0)
┃ ┣━━ 2 ◀ loaded from rougail-test ┃ ┣━━ 2 ◀ loaded from rougail-test
┃ ┗━━ 3 ◀ loaded from rougail-test ┃ ┗━━ 3 ◀ loaded from rougail-test
┣━━ 📓 var2: ┣━━ 📓 var2:
┃ ┣━━ 1 ◀ loaded from rougail-test (0) ┃ ┣━━ 1 ◀ loaded from rougail-test (⏳ 0)
┃ ┣━━ 2 ◀ loaded from rougail-test ┃ ┣━━ 2 ◀ loaded from rougail-test
┃ ┗━━ 3 ◀ loaded from rougail-test ┃ ┗━━ 3 ◀ loaded from rougail-test
┣━━ 📓 var3: ┣━━ 📓 var3:
┃ ┣━━ 1 ◀ loaded from rougail-test (0) ┃ ┣━━ 1 ◀ loaded from rougail-test (⏳ 0)
┃ ┣━━ 2 ◀ loaded from rougail-test ┃ ┣━━ 2 ◀ loaded from rougail-test
┃ ┗━━ 3 ◀ loaded from rougail-test ┃ ┗━━ 3 ◀ loaded from rougail-test
┣━━ 📓 var4: ┣━━ 📓 var4:
┃ ┣━━ 1 ◀ loaded from rougail-test (10) ┃ ┣━━ 1 ◀ loaded from rougail-test (⏳ 10)
┃ ┣━━ 2 ◀ loaded from rougail-test ┃ ┣━━ 2 ◀ loaded from rougail-test
┃ ┗━━ 3 ◀ loaded from rougail-test ┃ ┗━━ 3 ◀ loaded from rougail-test
┣━━ 📓 var5: ┣━━ 📓 var5:
┃ ┣━━ 1 ◀ loaded from rougail-test (10) ┃ ┣━━ 1 ◀ loaded from rougail-test (⏳ 10)
┃ ┣━━ 2 ◀ loaded from rougail-test ┃ ┣━━ 2 ◀ loaded from rougail-test
┃ ┗━━ 3 ◀ loaded from rougail-test ┃ ┗━━ 3 ◀ loaded from rougail-test
┣━━ 📓 var6: ┣━━ 📓 var6:
┃ ┣━━ 1 ◀ loaded from rougail-test (10) ┃ ┣━━ 1 ◀ loaded from rougail-test (⏳ 10)
┃ ┣━━ 2 ◀ loaded from rougail-test ┃ ┣━━ 2 ◀ loaded from rougail-test
┃ ┗━━ 3 ◀ loaded from rougail-test ┃ ┗━━ 3 ◀ loaded from rougail-test
┣━━ 📓 var7: ┣━━ 📓 var7:
┃ ┣━━ 1 ◀ loaded from rougail-test (0) ┃ ┣━━ 1 ◀ loaded from rougail-test (⏳ 0)
┃ ┣━━ 2 ◀ loaded from rougail-test ┃ ┣━━ 2 ◀ loaded from rougail-test
┃ ┗━━ 3 ◀ loaded from rougail-test ┃ ┗━━ 3 ◀ loaded from rougail-test
┗━━ 📓 var8: ┗━━ 📓 var8:
 ┣━━ 1 ◀ loaded from rougail-test (0)  ┣━━ 1 ◀ loaded from rougail-test (⏳ 0)
 ┣━━ 2 ◀ loaded from rougail-test  ┣━━ 2 ◀ loaded from rougail-test
 ┗━━ 3 ◀ loaded from rougail-test  ┗━━ 3 ◀ loaded from rougail-test

View file

@ -1,8 +1,8 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┗━━ 📓 var: ┗━━ 📓 var:
 ┣━━ 1 ◀ loaded from rougail-test  ┣━━ 1 ◀ loaded from rougail-test
 ┣━━ 2 ◀ loaded from rougail-test  ┣━━ 2 ◀ loaded from rougail-test
 ┗━━ 3 ◀ loaded from rougail-test  ┗━━ 3 ◀ loaded from rougail-test

View file

@ -1,9 +1,9 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 var1: ┗━━ 📓 var1:
 ┣━━ string1 ◀ loaded from rougail-test (value)  ┣━━ string1 ◀ loaded from rougail-test (⏳ value)
 ┣━━ string2 ◀ loaded from rougail-test (null)  ┣━━ string2 ◀ loaded from rougail-test (⏳ null)
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,37 +1,37 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: ┣━━ 📓 var1:
┃ ┣━━ string1 ◀ loaded from rougail-test ┃ ┣━━ string1 ◀ loaded from rougail-test
┃ ┣━━ string2 ◀ loaded from rougail-test ┃ ┣━━ string2 ◀ loaded from rougail-test
┃ ┗━━ string3 ◀ loaded from rougail-test ┃ ┗━━ string3 ◀ loaded from rougail-test
┣━━ 📓 var2: ┣━━ 📓 var2:
┃ ┣━━ string1 ◀ loaded from rougail-test ┃ ┣━━ string1 ◀ loaded from rougail-test
┃ ┣━━ string2 ◀ loaded from rougail-test ┃ ┣━━ string2 ◀ loaded from rougail-test
┃ ┗━━ string3 ◀ loaded from rougail-test ┃ ┗━━ string3 ◀ loaded from rougail-test
┣━━ 📓 var3: ┣━━ 📓 var3:
┃ ┣━━ string1 ◀ loaded from rougail-test ┃ ┣━━ string1 ◀ loaded from rougail-test
┃ ┣━━ string2 ◀ loaded from rougail-test ┃ ┣━━ string2 ◀ loaded from rougail-test
┃ ┗━━ string3 ◀ loaded from rougail-test ┃ ┗━━ string3 ◀ loaded from rougail-test
┣━━ 📓 var4: ┣━━ 📓 var4:
┃ ┣━━ string1 ◀ loaded from rougail-test (value) ┃ ┣━━ string1 ◀ loaded from rougail-test (⏳ value)
┃ ┣━━ string2 ◀ loaded from rougail-test ┃ ┣━━ string2 ◀ loaded from rougail-test
┃ ┗━━ string3 ◀ loaded from rougail-test ┃ ┗━━ string3 ◀ loaded from rougail-test
┣━━ 📓 var5: ┣━━ 📓 var5:
┃ ┣━━ string1 ◀ loaded from rougail-test (value) ┃ ┣━━ string1 ◀ loaded from rougail-test (⏳ value)
┃ ┣━━ string2 ◀ loaded from rougail-test ┃ ┣━━ string2 ◀ loaded from rougail-test
┃ ┗━━ string3 ◀ loaded from rougail-test ┃ ┗━━ string3 ◀ loaded from rougail-test
┣━━ 📓 var6: ┣━━ 📓 var6:
┃ ┣━━ string1 ◀ loaded from rougail-test (value) ┃ ┣━━ string1 ◀ loaded from rougail-test (⏳ value)
┃ ┣━━ string2 ◀ loaded from rougail-test ┃ ┣━━ string2 ◀ loaded from rougail-test
┃ ┗━━ string3 ◀ loaded from rougail-test ┃ ┗━━ string3 ◀ loaded from rougail-test
┣━━ 📓 var7: ┣━━ 📓 var7:
┃ ┣━━ string1 ◀ loaded from rougail-test (value) ┃ ┣━━ string1 ◀ loaded from rougail-test (⏳ value)
┃ ┣━━ string2 ◀ loaded from rougail-test ┃ ┣━━ string2 ◀ loaded from rougail-test
┃ ┗━━ string3 ◀ loaded from rougail-test ┃ ┗━━ string3 ◀ loaded from rougail-test
┗━━ 📓 var8: ┗━━ 📓 var8:
 ┣━━ string1 ◀ loaded from rougail-test (value)  ┣━━ string1 ◀ loaded from rougail-test (⏳ value)
 ┣━━ string2 ◀ loaded from rougail-test  ┣━━ string2 ◀ loaded from rougail-test
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,13 +1,13 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: ┣━━ 📓 var1:
┃ ┣━━ string1 ◀ loaded from rougail-test (val1) ┃ ┣━━ string1 ◀ loaded from rougail-test (⏳ val1)
┃ ┣━━ string2 ◀ loaded from rougail-test (val2) ┃ ┣━━ string2 ◀ loaded from rougail-test (⏳ val2)
┃ ┗━━ string3 ◀ loaded from rougail-test (val3) ┃ ┗━━ string3 ◀ loaded from rougail-test (⏳ val3)
┗━━ 📓 var2: ┗━━ 📓 var2:
 ┣━━ string1 ◀ loaded from rougail-test (val4)  ┣━━ string1 ◀ loaded from rougail-test (⏳ val4)
 ┣━━ string2 ◀ loaded from rougail-test (val5)  ┣━━ string2 ◀ loaded from rougail-test (⏳ val5)
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,9 +1,9 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: ┗━━ 📓 variable:
 ┣━━ string1 ◀ loaded from rougail-test (quote")  ┣━━ string1 ◀ loaded from rougail-test (⏳ quote")
 ┣━━ string2 ◀ loaded from rougail-test  ┣━━ string2 ◀ loaded from rougail-test
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,9 +1,9 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: ┗━━ 📓 variable:
 ┣━━ string1 ◀ loaded from rougail-test (quote'")  ┣━━ string1 ◀ loaded from rougail-test (⏳ quote'")
 ┣━━ string2 ◀ loaded from rougail-test  ┣━━ string2 ◀ loaded from rougail-test
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,9 +1,9 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: ┗━━ 📓 variable:
 ┣━━ string1 ◀ loaded from rougail-test (quote')  ┣━━ string1 ◀ loaded from rougail-test (⏳ quote')
 ┣━━ string2 ◀ loaded from rougail-test  ┣━━ string2 ◀ loaded from rougail-test
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,8 +1,8 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: ┗━━ 📓 variable:
 ┣━━ string1 ◀ loaded from rougail-test  ┣━━ string1 ◀ loaded from rougail-test
 ┣━━ string2 ◀ loaded from rougail-test  ┣━━ string2 ◀ loaded from rougail-test
 ┗━━ string3 ◀ loaded from rougail-test  ┗━━ string3 ◀ loaded from rougail-test

View file

@ -1,10 +1,10 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 variable1: ┣━━ 📓 variable1:
┃ ┣━━ string1 ◀ loaded from rougail-test (a) ┃ ┣━━ string1 ◀ loaded from rougail-test (⏳ a)
┃ ┣━━ string2 ◀ loaded from rougail-test (b) ┃ ┣━━ string2 ◀ loaded from rougail-test (⏳ b)
┃ ┗━━ string3 ◀ loaded from rougail-test (c) ┃ ┗━━ string3 ◀ loaded from rougail-test (⏳ c)
┗━━ 📓 variable2: string1 ◀ loaded from rougail-test ┗━━ 📓 variable2: string1 ◀ loaded from rougail-test

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: a ◀ loaded from rougail-test (c) ┗━━ 📓 variable: a ◀ loaded from rougail-test (⏳ c)

View file

@ -1,6 +1,6 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test ┣━━ 📓 var1: string1 ◀ loaded from rougail-test
┗━━ 📓 var2: string1 ◀ loaded from rougail-test ┗━━ 📓 var2: string1 ◀ loaded from rougail-test

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 int: 1 ◀ loaded from rougail-test (10) ┗━━ 📓 int: 1 ◀ loaded from rougail-test (⏳ 10)

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 int: 1 ◀ loaded from rougail-test (10) ┗━━ 📓 int: 1 ◀ loaded from rougail-test (⏳ 10)

View file

@ -1,5 +1,5 @@
╭──────── Caption ────────╮ ╭──────── Caption ────────╮
│ Variable Modified value │ │ Variable Modified value
╰─────────────────────────╯ ╰─────────────────────────╯
Variables: Variables:
┗━━ 📓 variable: no ┗━━ 📓 variable: no

View file

@ -1,7 +1,7 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test (no) ┣━━ 📓 var1: string1 ◀ loaded from rougail-test (⏳ no)
┗━━ 📓 var2: no ┗━━ 📓 var2: no

View file

@ -1,7 +1,7 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test (no) ┣━━ 📓 var1: string1 ◀ loaded from rougail-test (⏳ no)
┗━━ 📓 var2: yes ┗━━ 📓 var2: yes

View file

@ -1,5 +1,5 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
Unmodifiable variable Modified value │ Unmodifiable variable Modified value
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 var: yes ┗━━ 📓 var: yes

View file

@ -1,8 +1,8 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test (value) ┣━━ 📓 var1: string1 ◀ loaded from rougail-test (⏳ value)
┣━━ 📓 var2: string1 ◀ loaded from rougail-test ┣━━ 📓 var2: string1 ◀ loaded from rougail-test
┗━━ 📓 var3: string1 ◀ loaded from rougail-test ┗━━ 📓 var3: string1 ◀ loaded from rougail-test

View file

@ -1,8 +1,8 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test (value) ┣━━ 📓 var1: string1 ◀ loaded from rougail-test (⏳ value)
┣━━ 📓 var2: string1 ◀ loaded from rougail-test ┣━━ 📓 var2: string1 ◀ loaded from rougail-test
┗━━ 📓 var3: string1 ◀ loaded from rougail-test ┗━━ 📓 var3: string1 ◀ loaded from rougail-test

View file

@ -1,8 +1,8 @@
╭───────────────────── Caption ─────────────────────╮ ╭───────────────────── Caption ─────────────────────╮
│ Variable Default value │ │ Variable Default value │
Unmodifiable variable Modified value │ Unmodifiable variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰───────────────────────────────────────────────────╯ ╰───────────────────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: value ┣━━ 📓 var1: value
┗━━ 📓 var3: string1 ◀ loaded from rougail-test (value) ┗━━ 📓 var3: string1 ◀ loaded from rougail-test (⏳ value)

View file

@ -1,9 +1,9 @@
╭───────────────────── Caption ─────────────────────╮ ╭───────────────────── Caption ─────────────────────╮
│ Variable Default value │ │ Variable Default value │
Unmodifiable variable Modified value │ Unmodifiable variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰───────────────────────────────────────────────────╯ ╰───────────────────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: value ┣━━ 📓 var1: value
┣━━ 📓 var2: string1 ◀ loaded from rougail-test ┣━━ 📓 var2: string1 ◀ loaded from rougail-test
┗━━ 📓 var3: string1 ◀ loaded from rougail-test (value) ┗━━ 📓 var3: string1 ◀ loaded from rougail-test (⏳ value)

View file

@ -1,9 +1,9 @@
╭───────────────────── Caption ─────────────────────╮ ╭───────────────────── Caption ─────────────────────╮
│ Variable Default value │ │ Variable Default value │
Unmodifiable variable Modified value │ Unmodifiable variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰───────────────────────────────────────────────────╯ ╰───────────────────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test (value) ┣━━ 📓 var1: string1 ◀ loaded from rougail-test (⏳ value)
┣━━ 📓 var2: string1 ┣━━ 📓 var2: string1
┗━━ 📓 var3: string1 ◀ loaded from rougail-test ┗━━ 📓 var3: string1 ◀ loaded from rougail-test

View file

@ -1,8 +1,8 @@
╭───────────────────── Caption ─────────────────────╮ ╭───────────────────── Caption ─────────────────────╮
│ Variable Default value │ │ Variable Default value │
Unmodifiable variable Modified value │ Unmodifiable variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰───────────────────────────────────────────────────╯ ╰───────────────────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 var1: string1 ◀ loaded from rougail-test (value) ┣━━ 📓 var1: string1 ◀ loaded from rougail-test (⏳ value)
┗━━ 📓 var2: string1 ┗━━ 📓 var2: string1

View file

@ -1,7 +1,7 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 condition: string1 ◀ loaded from rougail-test (no) ┣━━ 📓 condition: string1 ◀ loaded from rougail-test (⏳ no)
┗━━ 📓 variable1: string1 ◀ loaded from rougail-test ┗━━ 📓 variable1: string1 ◀ loaded from rougail-test

View file

@ -1,9 +1,9 @@
╭───────────────────── Caption ─────────────────────╮ ╭───────────────────── Caption ─────────────────────╮
│ Variable Default value │ │ Variable Default value │
Unmodifiable variable Modified value │ Unmodifiable variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰───────────────────────────────────────────────────╯ ╰───────────────────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 condition: string1 ◀ loaded from rougail-test (no) ┣━━ 📓 condition: string1 ◀ loaded from rougail-test (⏳ no)
┣━━ 📓 var1: null ┣━━ 📓 var1: null
┗━━ 📓 var2: string1 ◀ loaded from rougail-test ┗━━ 📓 var2: string1 ◀ loaded from rougail-test

View file

@ -1,11 +1,11 @@
╭───────────────────── Caption ─────────────────────╮ ╭───────────────────── Caption ─────────────────────╮
│ Variable Default value │ │ Variable Default value │
Unmodifiable variable Modified value │ Unmodifiable variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰───────────────────────────────────────────────────╯ ╰───────────────────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 condition: true ◀ loaded from rougail-test (false) ┣━━ 📓 condition: true ◀ loaded from rougail-test (false)
┣━━ 📓 var1: string1 ◀ loaded from rougail-test ┣━━ 📓 var1: string1 ◀ loaded from rougail-test
┣━━ 📓 var2: null ┣━━ 📓 var2: null
┣━━ 📓 var3: null ┣━━ 📓 var3: null
┗━━ 📓 var4: null ┗━━ 📓 var4: null

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 condition: true ◀ loaded from rougail-test (false) ┗━━ 📓 condition: true ◀ loaded from rougail-test (false)

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 condition: true ◀ loaded from rougail-test (true) ┗━━ 📓 condition: true ◀ loaded from rougail-test (true)

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 condition: true ◀ loaded from rougail-test (true) ┗━━ 📓 condition: true ◀ loaded from rougail-test (true)

View file

@ -1,7 +1,7 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┣━━ 📓 condition: string1 ◀ loaded from rougail-test (yes) ┣━━ 📓 condition: string1 ◀ loaded from rougail-test (⏳ yes)
┗━━ 📓 variable: string1 ◀ loaded from rougail-test ┗━━ 📓 variable: string1 ◀ loaded from rougail-test

View file

@ -1,6 +1,6 @@
╭────────────── Caption ───────────────╮ ╭────────────── Caption ───────────────╮
│ Variable Modified value │ │ Variable Modified value
(⏳ Original default value) (⏳ Original default value)
╰──────────────────────────────────────╯ ╰──────────────────────────────────────╯
Variables: Variables:
┗━━ 📓 condition: string1 ◀ loaded from rougail-test (yes) ┗━━ 📓 condition: string1 ◀ loaded from rougail-test (⏳ yes)

Some files were not shown because too many files have changed in this diff Show more