Skip to content

Commit

Permalink
docs: configtest
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 4, 2021
1 parent fe00c56 commit edd782d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions OPTIONS.md
Expand Up @@ -549,7 +549,7 @@ Options:
--watch-options-ignored-reset Clear all items provided in configuration. Ignore some files from watching (glob pattern or regexp).
--watch-options-poll <value> `number`: use polling with specified interval. `true`: use polling.
--watch-options-stdin Stop watching when stdin stream has ended.
--no-watch-options-stdin Negative 'watch-options-stdin' option.
--no-watch-options-stdin Do not stop watching when stdin stream has ended.
Global options:
--color Enable colors on console.
Expand All @@ -559,14 +559,15 @@ Global options:
Commands:
bundle|b [options] Run webpack (default command, can be omitted).
help|h Display help for commands and options.
version|v Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
help|h Display help for commands and options.
serve|s [options] Run the webpack dev server.
info|i [options] Outputs information about your system.
init|c [options] [scaffold...] Initialize a new webpack configuration.
loader|l [output-path] Scaffold a loader.
plugin|p [output-path] Scaffold a plugin.
migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
configtest|t <config-path> Test your webpack configuration against validation errors.
plugin|p [output-path] Scaffold a plugin.
To see list of all supported commands and options run 'webpack --help=verbose'.
Expand Down
2 changes: 1 addition & 1 deletion packages/configtest/src/index.ts
Expand Up @@ -8,7 +8,7 @@ class ConfigTestCommand {
{
name: 'configtest <config-path>',
alias: 't',
description: 'Outputs information about your system.',
description: 'Test your webpack configuration against validation errors.',
usage: '[configs]',
pkg: '@webpack-cli/configtest',
},
Expand Down

0 comments on commit edd782d

Please sign in to comment.