Skip to content

Commit

Permalink
Merge pull request #338 from Concordium/fix-ccd-js-gen-cli-doc
Browse files Browse the repository at this point in the history
Add missing ccd-js-gen CLI options to its documentation
  • Loading branch information
limemloh authored Mar 5, 2024
2 parents a8dc0eb + 69431d2 commit f3c5ea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ccd-js-gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ This package provides the `ccd-js-gen` command, which can be used from the comma

- `-m, --module <path>` Path to the smart contract module.
- `-o, --out-dir <path>` Directory to use for the generated code.
- `-t, --output-type <TypeScript|JavaScript|TypedJavaScript|Everything>` The output file types for the generated code. Defaults to `Everything`.
- `-n, --ts-nocheck` Generate `@ts-nocheck` annotations at the top of each typescript file.

### Example

Expand Down

0 comments on commit f3c5ea0

Please sign in to comment.