Skip to content

Commit

Permalink
fix(doc) Fixes readme for new CLI option
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Oct 8, 2019
1 parent 00f6467 commit e760bd4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions packages/concerto-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Options:
--verbose, -v [default: false]
--help Show help [boolean]
--sample sample JSON to validate [string] [default: "sample.json"]
--ctoSystem system model to be used [string]
--ctoFiles array of CTO files [array] [default: "."]
```

Expand All @@ -49,6 +50,7 @@ Options:
--version Show version number [boolean]
--verbose, -v [default: false]
--help Show help [boolean]
--ctoSystem system model to be used [string]
--ctoFiles array of CTO files [array] [default: "."]
--format format of the code to generate
[string] [default: "JSONSchema"]
Expand Down Expand Up @@ -101,10 +103,11 @@ concerto get
save local copies of external model dependencies
Options:
--version Show version number [boolean]
--version Show version number [boolean]
--verbose, -v [default: false]
--help Show help [boolean]
--ctoFiles array of local CTO files [array] [default: "."]
--out output directory path [string] [default: "./"]
--help Show help [boolean]
--ctoFiles array of local CTO files [array] [default: "."]
--ctoSystem system model to be used [string]
--outputDirectory output directory path [string] [default: "./"]
```

0 comments on commit e760bd4

Please sign in to comment.