INTO-CPS-Association/pyfmu

pyfmu generate unrecognized arguments --path

Opened this issue · 2 comments

The README instructs as follows:

"To create a new project the generate command is used:
pyfmu generate --path /someDir/Adder
"

I tried this, but got the following output:
pyfmu generate --path .\pyfmuprojects\test
usage: pyfmu [-h] [--log-level {trace,debug,info,warning,error,critical}] {generate,export,validate} ...
pyfmu: error: unrecognized arguments: --path .\pyfmuprojects\test

What is the correct syntax?

HI dear @jrbull , please use the new version of this tool. This repo is deprecated.

See the new tool here: https://github.com/INTO-CPS-Association/unifmu

Sorry if this wasn't clear enough!