bin/hyla in hyla-1.0.5.pre.1 vs bin/hyla in hyla-1.0.5
- old
+ new
@@ -75,14 +75,15 @@
c.option '-p', '--project_name [PROJECT_NAME]', String, 'Project Name'
c.option '-r', '--rendering [RENDERING]', String, 'Code of the rendering : adoc2html, index2html, html2pdf, toc2adoc'
c.option '--t', '--toc [PATH]', String, 'File Path of the asciidoc file containing the Table of Content'
c.option '-y', '--style [STYLE]', String, 'Stylesheet theme to be applied : asciidoctor, liberation, github, colony, foundation, ...'
c.option '-a', '--attributes [KEY=VALUE,KEY=VALUE]', String, 'Asciidoctor attributes'
- c.option '-o','--cover_image [PNG FILE NAME]', String, 'Name of the cover png image file generated'
- c.option '-n','--course_name [COURSE NAME]', String, 'Name of the course'
- c.option '-l','--cover_file [HTML FILE NAME]', String, 'Name of the cover html image file generated'
- c.option '-m','--module_name [MODULE NAME]', String, 'Name of the module'
- c.option '-i','--image_path [BACKGROUND IMAGE]', String, 'Location of the file used as background'
+ c.option '-o', '--cover_image [PNG FILE NAME]', String, 'Name of the cover png image file generated'
+ c.option '-s', '--snippet_content [FLAG TRUE or FALSE]', String, 'Flag used to generate HTML content using the // tag::snippet[].'
+ c.option '-n', '--course_name [COURSE NAME]', String, 'Name of the course'
+ c.option '-l', '--cover_file [HTML FILE NAME]', String, 'Name of the cover html image file generated'
+ c.option '-m', '--module_name [MODULE NAME]', String, 'Name of the module'
+ c.option '-i', '--image_path [BACKGROUND IMAGE]', String, 'Location of the file used as background'
add_common_options(c)
add_build_options(c)
c.action do |args, options|