File tree Expand file tree Collapse file tree
packages/nuxi/src/commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55## Usage
66
77``` bash
8- $ nuxi [OPTIONS] [COMMAND]
8+ $ nuxt [OPTIONS] [COMMAND]
99
1010OPTIONS
1111
@@ -15,7 +15,7 @@ COMMANDS
1515
1616 add Add Nuxt modules
1717 add-template Create a new template file.
18- analyze Build nuxt and analyze production bundle (experimental)
18+ analyze Build Nuxt and analyze production bundle (experimental)
1919 build Build Nuxt for production deployment
2020 cleanup Clean up generated Nuxt files and caches
2121 dev Run Nuxt development server
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const indexHtml = `
4242export default defineCommand ( {
4343meta : {
4444name : 'analyze' ,
45- description : 'Build nuxt and analyze production bundle (experimental)' ,
45+ description : 'Build Nuxt and analyze production bundle (experimental)' ,
4646} ,
4747args : {
4848 ...cwdArgs ,
You can’t perform that action at this time.
0 commit comments