Usage:
mabl [-hV] [COMMAND]
Description:
Mable for co-simulating models
Options:
-h, --help Show this help message and exit.
-V, --version Print version information and exit.
Commands:
interpret Interpret a specification using the build in Java interpreter. Remember to place all necessary runtime extensions in the classpath
export Specification export
import Created a specification from various import types. Remember to place all " +
"necessary plugin extensions in the classpath.
Hint for sg1 import where menv shoudl be enabled. Use the follding to generate the extra input file:'jq '.parameters|keys|{"environmentParameters":.}' mm.json > menv.json'
sigver Utilise the scenario verifier tool to generate and verify algorithms. It is also possible to execute scenarios and extended multi-models.
Note the following issues:
The command name should not be mabl.
In the import command help, there's a + that I'm pretty sure should be a string concatenation
The hint Use the follding to generate contains typos, and it is obscure.
To reproduce: run
java -jar .\maestro.jar --help
Should output:
Note the following issues:
+
that I'm pretty sure should be a string concatenationUse the follding to generate
contains typos, and it is obscure.