weso / shex-lite

Scala implementation of a compiler for a subset of the Shape Expressions Compact Syntax.
Other
8 stars 9 forks source link

[SLI-0083] Update readme to include CLI instructions #83

Closed thewillyhuman closed 4 years ago

thewillyhuman commented 4 years ago

Update the readme documentation to cover the new CLI functionalities

thewillyhuman commented 4 years ago

This proposal has been scheduled for review for May 8...May 11, 2020.

thewillyhuman commented 4 years ago

After updating the CLI the new instruction set is the following:

Usage

 shexlc [options] <files> ... : Compile and generate target domain model objects

Options

   -hw, --hide-warn  : If present will hide the warnings
   --java-pkg=STRING : If present will generate java domain object models with the given package
   --out-dir=STRING  : Sets the out directory where the sources will be generated

Arguments

   <files> : ShEx-Lite sources to compile