Currently, all configuration is done using command line options. This is fine as long as you only use fuzzel in a single context.
But, as we add more options, this approach falls apart.
So, let's add file based configuration (using normal Unix conf syntax). The existing command line options will remain, and if present will override the file based "default" configuration.
Currently, all configuration is done using command line options. This is fine as long as you only use fuzzel in a single context.
But, as we add more options, this approach falls apart.
So, let's add file based configuration (using normal Unix conf syntax). The existing command line options will remain, and if present will override the file based "default" configuration.