The number of command-line options is getting big and, especially when using the short version of them, they can get unwieldy and unreadable. Would be nice to allow passing a path to a JSON config file that can specify the same arguments as are currently accepted via command line. I wouldn't want to get rid of the command line args, they should work alongside the config file, with the command line arg taking precedence over the same option specified in the file.
The number of command-line options is getting big and, especially when using the short version of them, they can get unwieldy and unreadable. Would be nice to allow passing a path to a JSON config file that can specify the same arguments as are currently accepted via command line. I wouldn't want to get rid of the command line args, they should work alongside the config file, with the command line arg taking precedence over the same option specified in the file.