mirror of
https://github.com/astefanutti/decktape.git
synced 2024-11-09 18:09:14 +03:00
Update CLI options help
This commit is contained in:
parent
ea977f61a8
commit
e7b6eb2711
@ -46,8 +46,8 @@ url URL of the slides deck
|
|||||||
filename Filename of the output PDF file
|
filename Filename of the output PDF file
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--size Size of the slides deck viewport, <width>x<height> notation [1280x720]
|
--size Size of the slides deck viewport: <width>x<height> [1280x720]
|
||||||
--pause Duration in milliseconds before the next slide is exported [1000]
|
--pause Duration in milliseconds before each slide is exported [1000]
|
||||||
--screenshots Capture each slide as an image [false]
|
--screenshots Capture each slide as an image [false]
|
||||||
--screenshots-directory Screenshots output directory [screenshots]
|
--screenshots-directory Screenshots output directory [screenshots]
|
||||||
--screenshots-scale Screenshots scaling of [0..1] * size, can be repeated [1]
|
--screenshots-scale Screenshots scaling of [0..1] * size, can be repeated [1]
|
||||||
|
@ -32,11 +32,11 @@ var parser = require("./libs/nomnom")
|
|||||||
default: "1280x720",
|
default: "1280x720",
|
||||||
callback: parseResolution,
|
callback: parseResolution,
|
||||||
transform: parseResolution,
|
transform: parseResolution,
|
||||||
help: "Size of the slides deck viewport, <width>x<height> notation"
|
help: "Size of the slides deck viewport: <width>x<height>"
|
||||||
},
|
},
|
||||||
pause: {
|
pause: {
|
||||||
default: 1000,
|
default: 1000,
|
||||||
help: "Duration in milliseconds before the next slide is exported"
|
help: "Duration in milliseconds before each slide is exported"
|
||||||
},
|
},
|
||||||
screenshots: {
|
screenshots: {
|
||||||
default: false,
|
default: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user