fnogatz / xsd2json

Translate XML Schema into equivalent JSON Schema
MIT License
149 stars 28 forks source link

Command line argument #1

Closed developerworks closed 9 years ago

developerworks commented 9 years ago
swipl --quiet --nodebug --g 'main,halt' -s cli.pl -- < /path/to/your.xsd

--g 'main,halt' should be -g 'main,halt'

fnogatz commented 9 years ago

Solved by a16af85.