From c0c1fdde45322fe28758ed4d51f01d55bb597ed1 Mon Sep 17 00:00:00 2001 From: sanket Shevkar <43399522+sanketshevkar@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:06:16 +0530 Subject: [PATCH] doc(cli): update compile command doc for vocab codegen (#31) * docs(cli): update compile command for vocab autogen Signed-off-by: Sanket Shevkar * Update ref-concerto-cli.md Signed-off-by: Author Name Signed-off-by: Sanket Shevkar * Update ref-concerto-cli.md Signed-off-by: sanketshevkar Signed-off-by: Sanket Shevkar * doc(cli): update compile command doc for vocab codegen Signed-off-by: Sanket Shevkar * doc(cli): update compile command doc for vocab codegen Signed-off-by: Sanket Shevkar --------- Signed-off-by: Sanket Shevkar Signed-off-by: Author Name Signed-off-by: sanketshevkar Co-authored-by: Sanket Shevkar --- docs/tools/ref-concerto-cli.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tools/ref-concerto-cli.md b/docs/tools/ref-concerto-cli.md index 8bfa8be..8382797 100644 --- a/docs/tools/ref-concerto-cli.md +++ b/docs/tools/ref-concerto-cli.md @@ -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: @@ -322,4 +323,4 @@ Options: --output The output directory path where you want your generated models to be stored [string] [default :output] -``` \ No newline at end of file +```