You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Three new flags added to the existing CLI. (Issue [#142](https://github.com/fino
67
67
| :--- | :--- | :--- |
68
68
|`-e`|`--allow-errors`| Continue generating even when validation errors are present |
69
69
|`-w`|`--fail-on-warnings`| Treat validation warnings as errors |
70
-
|`-n <name>`|`--project-name`| Override the `pyproject.toml` project name (e.g. `finos_cdm`) |
70
+
|`-n <name>`|`--project-name`| Override the `pyproject.toml` project name (e.g. `finos-cdm`) |
71
71
72
72
The `--allow-errors` flag is useful when generating from sources that contain unresolvable cross-namespace references. Models with errors are skipped; all valid models are still generated.
0 commit comments