diff --git a/README.md b/README.md index 9a145727..06a34e54 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ include_toc: true - [[tutorial 021] Bases type is optional if default value](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_021/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_021~1..v1.1_021)) - [[tutorial 022] A variable in "shorthand" mode](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_022/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_022~1..v1.1_022)) - [[tutorial 023] Conditional hidden family and calculated default value](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_023/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_023~1..v1.1_023)) +- [[tutorial 024] Conditional hidden family and calculated default value](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_024/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_024~1..v1.1_024)) # Description @@ -95,7 +96,10 @@ manual: use_for_https: true # Also use this proxy for HTTPS - https_proxy: # HTTPS Proxy + https_proxy: + description: HTTPS Proxy + hidden: + variable: manual.use_for_https address: description: HTTPS address @@ -141,7 +145,9 @@ foo@bar:~$ rougail -v 1.1 -m firefox/ -o doc -do github ##### HTTPS Proxy -`basic` +`basic` _`hidden`_ + +**Hidden**: manual.use_for_https. | Variable                                                                                                 | Description                                                                                              | |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| @@ -191,8 +197,7 @@ foo@bar:~$ rougail -v 1.1 -m firefox -u file -ff config/02/config.yaml ```
🛑 ERRORS
 ┣━━ The following variables are mandatory but have no value:
-┣━━   - manual.http_proxy.address (HTTP address)
-┗━━   - manual.https_proxy.address (HTTPS address)
+┗━━   - manual.http_proxy.address (HTTP address)
 
## Example 3 @@ -213,7 +218,7 @@ manual: foo@bar:~$ rougail -v 1.1 -m firefox -u file -ff config/03/config.yaml ```
🛑 ERRORS
-┣━━ The following variables are mandatory but have no value:
+┣━━ The following variables are inaccessible but are empty and mandatory :
 ┗━━   - manual.https_proxy.address (HTTPS address)
 
### Output in read write mode @@ -222,7 +227,7 @@ foo@bar:~$ rougail -v 1.1 -m firefox -u file -ff config/03/config.yaml foo@bar:~$ rougail -v 1.1 -m firefox -u file -ff config/03/config.yaml --exporter.read_write ```
🛑 ERRORS
-┣━━ The following variables are mandatory but have no value:
+┣━━ The following variables are inaccessible but are empty and mandatory :
 ┗━━   - manual.https_proxy.address (HTTPS address)
 
## Example 4 @@ -245,7 +250,7 @@ manual: foo@bar:~$ rougail -v 1.1 -m firefox -u file -ff config/04/config.yaml ```
🛑 ERRORS
-┣━━ The following variables are mandatory but have no value:
+┣━━ The following variables are inaccessible but are empty and mandatory :
 ┗━━   - manual.https_proxy.address (HTTPS address)
 
## Example 5