Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Executing the above command should display help information for running Daffodil in the Terminal.

Example Run Command

Windows

From the bin directory:

Code Block
titlecmd.exe
daffodil.bat parse -s SomeDir/SomeName.xsd SomeDir/SomeInput.in



 Linux

From the bin directory:

Code Block
languagebash
titleTerminal
$ ./daffodil.sh parse -s SomeDir/SomeName.xsd SomeDir/SomeInput.in