mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-27 19:09:59 -04:00
9 lines
349 B
Plaintext
9 lines
349 B
Plaintext
|
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
|