Skip to content

Commit

Permalink
Update dfx-new.md to include --type option.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-dfinity authored Jan 29, 2024
1 parent 58a08b8 commit 0917faa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cli-reference/dfx-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ You can use the following optional flags with the `dfx new` command:

## Arguments

You must specify the following argument for the `dfx new` command.
You can specify the following argument for the `dfx new` command.

| Argument | Description |
|----------------|-------------------------------------------------------------------------|
| `project_name` | Specifies the name of the project to create. This argument is required. |
| `--type` | Choose the canister type in the starter project, motoko and rust are available. The default is motoko. |

## Examples

Expand Down

0 comments on commit 0917faa

Please sign in to comment.