docs(cli): update README with include/exclude options

pull/143/head
Romain 5 years ago
parent 9bda0a4835
commit 06dd54f7ef

@ -91,6 +91,8 @@ Input options:
--include-photos Include photos in the gallery [boolean] [default: true]
--include-videos Include videos in the gallery [boolean] [default: true]
--include-raw-photos Include raw photos in the gallery [boolean] [default: false]
--include Glob pattern of files to include [array]
--exclude Glob pattern of files to exclude [array]
Output options:
--thumb-size Pixel size of the square thumbnails [number] [default: 120]

@ -46,14 +46,12 @@ const OPTIONS = {
'include': {
group: 'Input options:',
description: 'Glob pattern of files to include',
type: 'array',
'default': false
type: 'array'
},
'exclude': {
group: 'Input options:',
description: 'Glob pattern of files to exclude',
type: 'array',
'default': false
type: 'array'
},
// ------------------------------------

Loading…
Cancel
Save