Skip to content

Commit

Permalink
doc(cli): update compile command doc for vocab codegen (#31)
Browse files Browse the repository at this point in the history
* docs(cli): update compile command for vocab autogen

Signed-off-by: Sanket Shevkar <[email protected]>

* Update ref-concerto-cli.md

Signed-off-by: Author Name <[email protected]>
Signed-off-by: Sanket Shevkar <[email protected]>

* Update ref-concerto-cli.md

Signed-off-by: sanketshevkar<[email protected]>
Signed-off-by: Sanket Shevkar <[email protected]>

* doc(cli): update compile command doc for vocab codegen

Signed-off-by: Sanket Shevkar <[email protected]>

* doc(cli): update compile command doc for vocab codegen

Signed-off-by: Sanket Shevkar <[email protected]>

---------

Signed-off-by: Sanket Shevkar <[email protected]>
Signed-off-by: Author Name <[email protected]>
Signed-off-by: sanketshevkar<[email protected]>
Co-authored-by: Sanket Shevkar <[email protected]>
  • Loading branch information
sanketshevkar and Sanket Shevkar authored Dec 4, 2023
1 parent 531b06b commit c0c1fdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tools/ref-concerto-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ At the moment, the available target formats are as follows:
- Mermaid: `concerto compile --model modelfile.cto --target Mermaid`
- Markdown: `concerto compile --model modelfile.cto --target Markdown`
- Rust: `concerto compile --model modelfile.cto --target Rust`
- Vocabulary: `concerto compile --model modelfile.cto --target Vocabulary`

### Example
For example, using the `compile` command to export the `clause.cto` file from a [Late Delivery and Penalty](https://github.com/accordproject/cicero-template-library/tree/master/src/latedeliveryandpenalty) clause into `Go Lang` format:
Expand Down Expand Up @@ -322,4 +323,4 @@ Options:
--output The output directory path where you want your
generated models to be stored
[string] [default :output]
```
```

0 comments on commit c0c1fdd

Please sign in to comment.