-
-
Notifications
You must be signed in to change notification settings - Fork 645
Closed
Description
Is your feature request related to a problem? Please describe.
Using CLI help commands gives a list of available commands, flags and their short description. But, when you wanna explore more lets say you want to know about stats flag, like how can i use stats flag or which arguments are valid. It should also provide a more descriptive information about stats flag. But right now, It just provide a short desc about that flag.
~/Desktop/test$ npx webpack-cli help --stats
Usage: webpack --stats verbose
Description: It instructs webpack on how to treat the stats
Documentation: https://webpack.js.org/configuration/stats/#stats
Made with ♥️ by the webpack teamDescribe the solution you'd like
So, I propose to provide a long and short description for each flag and commands available through CLI.
Benefits
- more descriptive
- for starters, they don't have to go through documentation.
- offline support 😄
Describe alternatives you've considered
~/Desktop/test$ npx webpack-cli help --stats
Usage: webpack --stats verbose
Description:
Example: npx webpack-cli --stats verbose
Accepted Value: none | errors-only | minimal | normal | detailed | verbose | errors-warnings
It instructs webpack on how to treat the stats
Documentation: https://webpack.js.org/configuration/stats/#stats
Made with ♥️ by the webpack teamAdditional context
Hit me up for any suggestions
Metadata
Metadata
Assignees
Labels
No labels