You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
While exporting, we are reading the exporter config from the model itself. In that case, we don't really need the config file. The export options should be either specify the config file OR give a model.
Observed Results
Even when a model is specified, the process is waiting for the config from stdin. Logically, the model file should suffice.
Expected Results
The command line should take either a model file OR a config, not need both.
The documentation may also need updating accordingly.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Based on #283
While exporting, we are reading the exporter config from the model itself. In that case, we don't really need the config file. The export options should be either specify the config file OR give a model.
Observed Results
Even when a model is specified, the process is waiting for the config from stdin. Logically, the model file should suffice.
Expected Results
The command line should take either a model file OR a config, not need both.
The documentation may also need updating accordingly.
The text was updated successfully, but these errors were encountered: