dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
170 stars 82 forks source link

dfx new --frontend cli argument is wrong in the documentation #3749

Open testpuddle opened 3 months ago

testpuddle commented 3 months ago

In: https://internetcomputer.org/docs/current/developer-docs/developer-tools/cli-tools/cli-reference/dfx-new#flags

The list of flags provided includes plain-assets.

The documentation should be changed to simple-assets to reflect the program as shown here:

dfx new --frontend --help [possible values: sveltekit, vanilla, vue, react, simple-assets, none]

jessiemongeon1 commented 3 months ago

This documentation is maintained in the sdk repo. Moving this issue here.