🆘 Displays help for a given installed webpack-command
command.
$ webpack help Help
Displays help for a given installed webpack command.
Usage
$ webpack help <command>
Examples
$ webpack help
$ webpack help init
$ webpack help serve
This command is included by default with
webpack-command
To open the webpack documentation in your default browser run:
$ webpack help
To display the help information for an available command run:
$ webpack help <command>
Where <command>
is the name of the command you want to show help for.