ecmwf / fdb

Fdb is a domain-specific object store for meteorological objects
Apache License 2.0
26 stars 11 forks source link

Cleanup of tools entry points #45

Closed Ozaq closed 1 month ago

Ozaq commented 1 month ago

There had been an issue with feb-purge not recognizing --config, to ensure this is correctly working for the other tools as well I had a look into all the tool entry points.

I have removed the --config option on fdb-dump-toc since this tool does not require a config file.

@simondsmart please have esp. a look at the changes in FDBReconsolidateToc, I think the change I applied is what was intended to be done here.

Other than that mostly trivial changes, dead code removed, duplicated class name fixed, unused headers removed.