Enhance csminit
to remove the need to specify model and plugin
#5585
Labels
enhancement
New feature or request
csminit
to remove the need to specify model and plugin
#5585
Description
This is a spin off from the discussion on #5391. Specifically, it would be terrific if
csminit
was "smarter" and tested each available plugin, using thecanModelBeInstantiatedFromState
method on the plugin to check if a CSM model can be instantiated automatically viacsminit
.The effect of the change would be that
csminit
would be callable with onlyfrom
and then eitherisd
orstate
arguments.Example
csminit from=MYCUBE.CUB state=MYCUBE.json
The text was updated successfully, but these errors were encountered: