Next: Invoking dzn graph, Previous: Invoking dzn code, Up: The Dezyne command-line tools [Contents][Index]
dzn execThe dzn exec command runs any command with arguments.
dzn dzn-option… exec option… command-line…
The command-line can be anny command-line to run. This is
helpful for a Docker container that has dzn as its entry
point.
Running
dzn exec ltsconvert hello.aut hello.dot
runs dzn parse and returns the preprocessed stream for
examples/hello.dzn.
The options can be among the following:
--help-hDisplay help on invoking dzn exec, and then exit.
--verbose-vShow the command to be executed.