Skip to content

Commit

Permalink
added morphir version
Browse files Browse the repository at this point in the history
  • Loading branch information
nwokafor-choongsaeng committed Jan 25, 2023
1 parent 8088fa8 commit d606837
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/users-guide/command_line_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ Options include:
```

```shell
morphir scala-gen
morphir scala-gen
```


Options include:

```shell
Expand All @@ -105,8 +106,8 @@ Options include:
-c, --copy-deps Copy the dependencies used by the generated code to the output path. (default: false)
-m, --limitToModules <comma.separated,list.of,module.names> Limit the set of modules that will be included. (default: '')
-s, --include-codecs <boolean> Generate the scala codecs as well (default: false)
--generate-test-generic Generate generic test cases from morphir tests that can be used for testing. (default: false)
--generate-test-scalatest Generate runnable scalatest test cases (default: false)
--generate-test-generic Generate generic test cases from morphir tests that can be used for testing. Since 2.74.0 (default: false)
--generate-test-scalatest Generate runnable scalatest test cases Since 2.74.0 (default: false)
```

### Generate Json Schema
Expand Down
2 changes: 2 additions & 0 deletions docs/users-guide/morphir-scala-gen.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
> **Since: 2.74.0**
This document explains how to generate test cases in scala from saved morphir tests.

# Generating Scala Test Cases
Expand Down

0 comments on commit d606837

Please sign in to comment.