diff --git a/packages/webpack-cli/lib/utils/cli-flags.js b/packages/webpack-cli/lib/utils/cli-flags.js index 4c85a6547f9..6b3e4f7cb4a 100644 --- a/packages/webpack-cli/lib/utils/cli-flags.js +++ b/packages/webpack-cli/lib/utils/cli-flags.js @@ -26,6 +26,7 @@ module.exports = { }, { name: 'migrate', + alias: 'm', type: String, usage: 'migrate', description: 'Migrate a configuration to a new version', @@ -49,6 +50,7 @@ module.exports = { { name: 'info', scope: 'external', + alias: 'i', type: String, usage: 'info [options]', description: 'Outputs information about your system and dependencies', @@ -63,6 +65,7 @@ module.exports = { }, { name: 'serve', + alias: 's', scope: 'external', type: String, usage: 'serve',