fermitools / declad

BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Configuration Check utility #2

Closed marcmengel closed 1 week ago

marcmengel commented 9 months ago

Currently, the declad can be started and running, and then crash because a configuration item is missing from the config file.

We should have a routine that checks for all needed configuration items at startup , so it will fail to start if the configuration is missing needed items.

We should also have a command line option to just run that config check and tell the user if the config file looks okay.