OpenCDSS / cdss-app-tstool-main

Colorado's Decision Support Systems (CDSS) TSTool application main program
GNU General Public License v3.0
1 stars 1 forks source link

Enable and disable datastores - need more runtime control #272

Closed smalers closed 7 months ago

smalers commented 1 year ago

Subject of the issue

The --enabled-datastores and --disabled-datastores command parameters were recently added. They seem to work on Windows but perhaps not on Linux. Need to troubleshoot. Maybe the Linux tstool script is introducing a problem when it interprets the command line?

Also, for flexibility, may need to allow the order to be recognized. For example, to only enable one important datastore, would use --disabled-datastores=* and --enabled-datastores=somedatastore.

Environment

smalers commented 7 months ago

This was previously enhanced to allow multiple command line parameters to provide flexibility to enable and disable datastores with wildcards. Close this issue.