MCPcopy Create free account
hub / github.com/webpack/webpack-cli / helpCommand

Function helpCommand

smoketests/missing-packages/webpack.test.js:52–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50};
51
52const helpCommand = () => {
53 const packageName = "webpack";
54 const args = ["help"];
55 const logMessage = "The build tool for modern web applications.";
56
57 return runTestStdout({ packageName, cliArgs: args, logMessage });
58};
59
60const infoCommand = () => {
61 const packageName = "webpack";

Callers

nothing calls this directly

Calls 1

runTestStdoutFunction · 0.85

Tested by

no test coverage detected