ucg/src/convert/env_help.txt

9 lines
349 B
Plaintext
Raw Normal View History

Env conversions expect a tuple. With keys represent the variable name.
Values are converted according to the following rules:
- Bool converts to "true" or "false"
- Int convert to the string representation of the number
- Float converts to the string representation of the number
- String converts to a quoted string
- All other values are ignored