File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -859,9 +859,9 @@ Commands:
859
859
help|h [command] [option] Display help for commands and options.
860
860
info|i [options] Outputs information about your system.
861
861
init|c [generation-path] [options] Initialize a new webpack project.
862
- loader|l [output-path] Scaffold a loader.
862
+ loader|l [output-path] [options] Scaffold a loader.
863
863
migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
864
- plugin|p [output-path] Scaffold a plugin.
864
+ plugin|p [output-path] [options] Scaffold a plugin.
865
865
serve|s [entries...] [options] Run the webpack dev server.
866
866
version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
867
867
watch|w [entries...] [options] Run webpack and watch for files changes.
Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ npx webpack-cli --help verbose
68
68
help|h [command] [option] Display help for commands and options.
69
69
info|i [options] Outputs information about your system.
70
70
init|c [generation-path] [options] Initialize a new webpack project.
71
- loader|l [output-path] Scaffold a loader.
71
+ loader|l [output-path] [options] Scaffold a loader.
72
72
migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
73
- plugin|p [output-path] Scaffold a plugin.
73
+ plugin|p [output-path] [options] Scaffold a plugin.
74
74
serve|s [entries...] [options] Run the webpack dev server.
75
75
version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
76
76
watch|w [entries...] [options] Run webpack and watch for files changes.
You can’t perform that action at this time.
0 commit comments