greaseweazle
greaseweazle copied to clipboard
Feature request: Greaseweazle INI config
For HW variations and default settings it would be nice to have an optional INI style file. If not present then use defaults as normal. If present then apply the settings. i.e: default drive. Interface HW variations.
Yes this is a good idea.
+1 for this feature. one approach would be to replace argparse
with configargparse
, which claims to be a drop-in replacement. the library extends argparse
to allow configuration settings to be read from a combination of config files, env vars, and commandline args