File tree Expand file tree Collapse file tree
crates/cli/src/subcommands
docs/docs/00300-resources/00200-reference/00100-cli-reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ fn get_filtered_generate_configs<'a>(
168168pub fn cli ( ) -> clap:: Command {
169169 clap:: Command :: new ( "generate" )
170170 . about ( "Generate client files for a spacetime module." )
171- . override_usage ( "generate [DATABASE] --lang <LANG> --out-dir <DIR> [--module-path <DIR> | --bin -path <PATH > | --unreal-module-name <MODULE_NAME > | --uproject-dir <DIR> | --include-private ]" )
171+ . override_usage ( "generate [DATABASE] --lang <LANG> [ --out-dir <DIR> | --uproject-dir <DIR>] [--module -path <DIR > | --bin-path <PATH > | --js-path <PATH>] [OPTIONS ]" )
172172 . arg (
173173 Arg :: new ( "database" )
174174 . help ( "Database name or glob pattern to filter which databases to generate for" ) ,
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ Run `spacetime rename --help` for more detailed information.
318318
319319Generate client files for a spacetime module.
320320
321- ** Usage:** ` spacetime generate [DATABASE] --lang <LANG> --out-dir <DIR> [--module-path <DIR> | --bin -path <PATH > | --unreal-module-name <MODULE_NAME > | --uproject-dir <DIR> | --include-private ] `
321+ ** Usage:** ` spacetime generate [DATABASE] --lang <LANG> [ --out-dir <DIR> | --uproject-dir <DIR>] [--module -path <DIR > | --bin-path <PATH > | --js-path <PATH>] [OPTIONS ] `
322322
323323Run ` spacetime help generate ` for more detailed information.
324324
@@ -659,4 +659,3 @@ Run `spacetime version --help` to see all options.
659659 This document was generated automatically by
660660 <a href =" https://crates.io/crates/clap-markdown " ><code >clap-markdown</code ></a >.
661661</i ></small >
662-
You can’t perform that action at this time.
0 commit comments