Skip to content

Commit

Permalink
feat: add --no-firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 22, 2021
1 parent b16e82a commit 2d50668
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/cli-flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,12 @@ module.exports = {
},
{
name: 'firewall',
type: String,
type: [String, Boolean],
description:
'Enable/disable firewall, or set hosts that are allowed to access the dev server.',
'Enable firewall or set hosts that are allowed to access the dev server.',
negatedDescription: 'Disable firewall.',
multiple: true,
negative: true,
},
],
};

0 comments on commit 2d50668

Please # to comment.