ucg/src/convert/env_help.txt
Jeremy Wall 2cefcdbd6a REFACTOR: Move the converter help text into files
Use the include_str macro to inline the help text.
2019-04-08 22:18:48 -05:00

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