Skip to content

Commit

Permalink
chore(cli): add name flag
Browse files Browse the repository at this point in the history
  • Loading branch information
knagaitsev committed Jul 6, 2020
1 parent 9c1a225 commit f7fc569
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/cli-flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,10 @@ module.exports = {
group: CONNECTION_GROUP,
multiple: true,
},
{
name: 'name',
type: String,
describe: 'Name or index of webpack config to get devServer config from',
},
],
};

0 comments on commit f7fc569

Please sign in to comment.