robotcode
robotcode copied to clipboard
[ENHANCEMENT] allow f-string like variables in robot.toml files
support variables in config files like:
[variables]
ROOT_DIR="{root}"
IN_CI="{env:CI:False}"
see also hatch...
this could have something to to with #253