ch007m/hyla

-st parameter is not supported by commander

cmoulliard opened this issue · 0 comments

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, ...'