Skip to content

Commit 7f87482

Browse files
Rework cli-reference to Docusaurus update
1 parent 8552ebe commit 7f87482

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/05-cli-reference/01-cli-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Run `spacetime rename --help` for more detailed information.
251251

252252
Generate client files for a spacetime module.
253253

254-
**Usage:** `spacetime spacetime generate --lang <LANG> --out-dir <DIR> [--project-path <DIR> | --bin-path <PATH> | --module-name <MODULE_NAME> | --uproject-dir <DIR>]`
254+
**Usage:** `spacetime spacetime generate --lang <LANG> --out-dir <DIR> [--project-path <DIR> | --bin-path <PATH> | --module-name <MODULE_NAME> | --uproject-dir <DIR> | --module-prefix <PREFIX>]`
255255

256256
Run `spacetime help publish` for more detailed information.
257257

@@ -269,6 +269,7 @@ Run `spacetime help publish` for more detailed information.
269269
Default value: `SpacetimeDB.Types`
270270

271271
- `--module-name <MODULE_NAME>` — The module name that should be used for DLL export macros (required for lang unrealcpp)
272+
- `--module-prefix <MODULE_PREFIX>` — The module prefix to use for generated types (only used with --lang unrealcpp)
272273
- `-l`, `--lang <LANG>` — The language to generate
273274

274275
Possible values: `csharp`, `typescript`, `rust`, `unrealcpp`

0 commit comments

Comments
 (0)