We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--type
1 parent 845b294 commit 8f6fc48Copy full SHA for 8f6fc48
docs/cli-reference/dfx-new.md
@@ -22,11 +22,12 @@ You can use the following optional flags with the `dfx new` command:
22
23
## Arguments
24
25
-You must specify the following argument for the `dfx new` command.
+You can specify the following argument for the `dfx new` command.
26
27
| Argument | Description |
28
|----------------|-------------------------------------------------------------------------|
29
| `project_name` | Specifies the name of the project to create. This argument is required. |
30
+| `--type` | Choose the canister type in the starter project, motoko and rust are available. The default is motoko. |
31
32
## Examples
33
0 commit comments