From 9c9c313681068050c4ddb276a46601c565775e82 Mon Sep 17 00:00:00 2001 From: gwen Date: Sat, 10 Jan 2026 09:18:14 +0100 Subject: [PATCH] cli.unknown_user_data_error dans la sortie --- docs/tutorial/disabled.rst | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) 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`.