Skip to content

Commit db9cd83

Browse files
committed
fix(doc) Fixes readme for new CLI option
Signed-off-by: Jerome Simeon <[email protected]>
1 parent facc306 commit db9cd83

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

packages/concerto-cli/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Options:
3232
--verbose, -v [default: false]
3333
--help Show help [boolean]
3434
--sample sample JSON to validate [string] [default: "sample.json"]
35+
--ctoSystem system model to be used [string]
3536
--ctoFiles array of CTO files [array] [default: "."]
3637
```
3738

@@ -49,6 +50,7 @@ Options:
4950
--version Show version number [boolean]
5051
--verbose, -v [default: false]
5152
--help Show help [boolean]
53+
--ctoSystem system model to be used [string]
5254
--ctoFiles array of CTO files [array] [default: "."]
5355
--format format of the code to generate
5456
[string] [default: "JSONSchema"]
@@ -101,10 +103,11 @@ concerto get
101103
save local copies of external model dependencies
102104
103105
Options:
104-
--version Show version number [boolean]
106+
--version Show version number [boolean]
105107
--verbose, -v [default: false]
106-
--help Show help [boolean]
107-
--ctoFiles array of local CTO files [array] [default: "."]
108-
--out output directory path [string] [default: "./"]
108+
--help Show help [boolean]
109+
--ctoFiles array of local CTO files [array] [default: "."]
110+
--ctoSystem system model to be used [string]
111+
--outputDirectory output directory path [string] [default: "./"]
109112
```
110113

0 commit comments

Comments
 (0)