Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
fix: indicate multiple flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 19, 2020
1 parent c8d9a0a commit 5daa7ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ const cli = require('meow')(require('./help'), {
},
ignore: {
type: 'array',
default: []
default: [],
isMultiple: true
},
host: {
default: '::'
},
watch: {
type: 'array',
default: []
default: [],
isMultiple: true
},
depth: {
type: 'number'
Expand Down

0 comments on commit 5daa7ca

Please sign in to comment.