Problem description
This works correctly,
gridlabd convert -i MODEL_NAME.csv -o MODEL_NAME.glm -f csv-table -t glm-object -O module:powerflow
However -M or --module or -O pick up
{'-O': True, 'module:powerflow': True} gets passed to convert()
In addition, the implementation with : is inconsistent with other converters.
Archive.zip