It would be nice to have a fpgrars.toml file, or something similar, to configure things that are currently passed by arguments in the CLI. For example, instead of passing --width 720 --height 720 --scale 1 every time, fpgrars.toml could contain
width = 720
height = 720
scale = 1
It would be nice to have a
fpgrars.tomlfile, or something similar, to configure things that are currently passed by arguments in the CLI. For example, instead of passing--width 720 --height 720 --scale 1every time,fpgrars.tomlcould contain