@@ -2469,6 +2469,20 @@ CLI documentation: https://webpack.js.org/api/cli/.
24692469Made with ♥ by the webpack team."
24702470`;
24712471
2472+ exports[`help should show help information using the "help --cache-type" option when using serve: stderr 1`] = `""`;
2473+
2474+ exports[`help should show help information using the "help --cache-type" option when using serve: stdout 1`] = `
2475+ "Usage: webpack serve --cache-type <value>
2476+ Description: In memory caching. Filesystem caching.
2477+ Possible values: 'memory' | 'filesystem'
2478+
2479+ To see list of all supported commands and options run 'webpack --help=verbose'.
2480+
2481+ Webpack documentation: https://webpack.js.org/.
2482+ CLI documentation: https://webpack.js.org/api/cli/.
2483+ Made with ♥ by the webpack team."
2484+ `;
2485+
24722486exports[`help should show help information using the "help --cache-type" option: stderr 1`] = `""`;
24732487
24742488exports[`help should show help information using the "help --cache-type" option: stdout 1`] = `
@@ -2550,6 +2564,20 @@ CLI documentation: https://webpack.js.org/api/cli/.
25502564Made with ♥ by the webpack team."
25512565`;
25522566
2567+ exports[`help should show help information using the "help --server-type" option when using serve: stderr 1`] = `""`;
2568+
2569+ exports[`help should show help information using the "help --server-type" option when using serve: stdout 1`] = `
2570+ "Usage: webpack serve --server-type <value>
2571+ Description: Allows to set server and options (by default 'http').
2572+ Possible values: 'http' | 'https' | 'spdy' | 'http2'
2573+
2574+ To see list of all supported commands and options run 'webpack --help=verbose'.
2575+
2576+ Webpack documentation: https://webpack.js.org/.
2577+ CLI documentation: https://webpack.js.org/api/cli/.
2578+ Made with ♥ by the webpack team."
2579+ `;
2580+
25532581exports[`help should show help information using the "help --stats" option: stderr 1`] = `""`;
25542582
25552583exports[`help should show help information using the "help --stats" option: stdout 1`] = `
0 commit comments