-st parameter is not supported by commander
cmoulliard opened this issue · 0 comments
cmoulliard commented
The following syntax is not correct :
c.option '-st', '--style [STYLE]', String, 'Stylesheet theme to be applied : asciidoctor, liberation, github, colony, foundation, ...'
but must be
c.option '-y', '--style [STYLE]', String, 'Stylesheet theme to be applied : asciidoctor, liberation, github, colony, foundation, ...'