rougail-output-doc/tests/results/test/00_8test.sh

40 lines
3.6 KiB
Bash
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
Variables ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
 Variable                                Description                          
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
var1
string basic mandatory The first variable.
Example: test
var2
string standard mandatory The second variable.
Default: value
Example: test
var3
string basic mandatory The third variable.
Examples:
 • test1
 • test2
 | | var4 string standard
 | The forth variable. Examples:
 • null
 • test1
 • test2
 | | var5 boolean standard mandatory
 | The fifth variable. Default: true Example: false
 | | var6 string basic mandatory unique multiple
 | The sixth variable. Examples:
 • test1
 • test2
 |