Skip to content

Commit

Permalink
feat: add aliases for all available commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Jun 23, 2020
1 parent 43f82de commit 810e045
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/webpack-cli/lib/utils/cli-flags.js
Expand Up @@ -26,6 +26,7 @@ module.exports = {
},
{
name: 'migrate',
alias: 'm',
type: String,
usage: 'migrate',
description: 'Migrate a configuration to a new version',
Expand All @@ -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',
Expand All @@ -63,6 +65,7 @@ module.exports = {
},
{
name: 'serve',
alias: 's',
scope: 'external',
type: String,
usage: 'serve',
Expand Down

0 comments on commit 810e045

Please sign in to comment.