Skip to content

Commit

Permalink
chore: remove help group properties (#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Nov 6, 2020
1 parent 53bc4ee commit 69a467a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/webpack-cli/lib/utils/cli-flags.js
@@ -1,11 +1,9 @@
const packageExists = require('./package-exists');
const cli = packageExists('webpack') ? require('webpack').cli : undefined;

const HELP_GROUP = 'help';
const BASIC_GROUP = 'basic';

const groups = {
HELP_GROUP,
BASIC_GROUP,
};

Expand Down Expand Up @@ -116,7 +114,6 @@ const core = [
name: 'help',
usage: '--help',
type: Boolean,
group: HELP_GROUP,
description: 'Outputs list of supported flags',
},
{
Expand Down Expand Up @@ -190,7 +187,6 @@ const core = [
usage: '--version | --version <external-package>',
alias: 'v',
type: Boolean,
group: HELP_GROUP,
description: 'Get current version',
},
{
Expand Down

0 comments on commit 69a467a

Please sign in to comment.