mirror of
https://github.com/astefanutti/decktape.git
synced 2024-12-03 14:12:30 +03:00
Polish generic plugin media option help message
This commit is contained in:
parent
e54f32c86e
commit
76d8c03ff9
@ -5,12 +5,6 @@
|
|||||||
const { pause } = require('../libs/util');
|
const { pause } = require('../libs/util');
|
||||||
|
|
||||||
exports.options = {
|
exports.options = {
|
||||||
media: {
|
|
||||||
default : 'screen',
|
|
||||||
choices : ['screen', 'print'],
|
|
||||||
metavar : '<media>',
|
|
||||||
help : "'print' or 'screen' to set CSS media type",
|
|
||||||
},
|
|
||||||
key : {
|
key : {
|
||||||
default : 'ArrowRight',
|
default : 'ArrowRight',
|
||||||
metavar : '<key>',
|
metavar : '<key>',
|
||||||
@ -20,7 +14,13 @@ exports.options = {
|
|||||||
full : 'max-slides',
|
full : 'max-slides',
|
||||||
metavar : '<size>',
|
metavar : '<size>',
|
||||||
help : 'Maximum number of slides to export',
|
help : 'Maximum number of slides to export',
|
||||||
}
|
},
|
||||||
|
media: {
|
||||||
|
default : 'screen',
|
||||||
|
choices : ['screen', 'print'],
|
||||||
|
metavar : '<media>',
|
||||||
|
help : 'CSS media type to emulate, one of [print, screen]',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.help =
|
exports.help =
|
||||||
|
Loading…
Reference in New Issue
Block a user