Commit graph

5 commits

Author SHA1 Message Date
982beb924d [tutorial 005] A default value
Now we can define the default value of this variable.

If the user doesn't touch this variable's value, the value is "No proxy"

As user intervention is no more required, so the variable change it's default mode too (from "basic" to "standard").
2024-10-23 10:58:13 +02:00
26bb436f06 [tutorial 004] The variable description
We can add a description to this first variable.

This information is useful for:

- documentation
- error message
- help user to known which value to set to this variable (for example with [the user data plugin Questionary](https://forge.cloud.silique.fr/gnunux/rougail-user-data-questionary)).
2024-10-23 10:58:11 +02:00
6db0bb5ad1 [tutorial 003] A first variable with only a name 2024-10-23 10:58:10 +02:00
4c6e073d96 [tutorial 002] The format version in commandline 2024-10-23 10:58:09 +02:00
337af91380 [tutorial 001] A structured file with format version 2024-10-23 10:58:08 +02:00