Describe the bug
Presently thrown err are simply logged in case of unknown flag, maybe we can present it nicely and show a message to use help flag for proper usage
What is the current behavior?
Stacktrace is printed in case of unknown flag.
To Reproduce
Invoke cli with an unknown flag
Expected behavior
concise message of supplying an unknown flag should be displayed. something like -

Screenshots
If applicable, add screenshots to help explain your problem.

Please paste the results of webpack-cli info here, and mention other relevant information
Additional context
Looking for feedback on this before starting work.