diff --git a/docs/tutorial/disabled.rst b/docs/tutorial/disabled.rst index 5e86f9c17..b239ef4dc 100644 --- a/docs/tutorial/disabled.rst +++ b/docs/tutorial/disabled.rst @@ -111,15 +111,36 @@ And if we try to assign values to variables that have been disabled, here is wha If we launch the Rougail CLI: .. raw:: html - :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_050/config/02/cmd_ro.txt + :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/commit/v1.1_050/config/02/cmd_unknown.txt :class: terminal +.. + rougail -m firefox/ -u yaml -yf config/02/config.yml --cli.unknown_user_data_error + It outputs: .. raw:: html - :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_050/config/02/output_ro.html + :url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/commit/v1.1_050/config/02/output_unknown.html :class: output +.. +
🛑 Caution + ┗━━ manual (Manual proxy configuration) + ┣━━ http_proxy (HTTP Proxy) + ┃ ┣━━ address (HTTP address): 🛑 family "manual" (Manual proxy + ┃ ┃ configuration) has property disabled, so cannot access to "address" + ┃ ┃ (HTTP address), it has been loading from the YAML file + ┃ ┃ "config/02/config.yml" + ┃ ┗━━ port (HTTP Port): 🛑 family "manual" (Manual proxy configuration) + ┃ has property disabled, so cannot access to "port" (HTTP Port), it + ┃ has been loading from the YAML file "config/02/config.yml" + ┗━━ use_for_https (Also use this proxy for HTTPS): 🛑 family "manual" + (Manual proxy configuration) has property disabled, so cannot access to + "use_for_https" (Also use this proxy for HTTPS), it has been loading + from the YAML file "config/02/config.yml" ++ + We can see that the Rougail CLI is warning us about the variables that we are trying to assign values on which are disabled. Because it is not logical. We are trying to assign values to variables that are not taken into account in the :term:`configuration`.