cszach/reveal-init

Option to set theme doesn't work without the -v option

cszach opened this issue · 1 comments

Description

The option to set the theme for the slide (e.g. -f) does NOT work if isn't accompanied with the -v option.

Steps to reproduce

reveal-init -f sky my_slides

my_slides/css/theme/sky.css is absent after executing the above command.

reveal-init -v -f sky my_slides

my_slides/css/theme/sky.css is presented after executing the above command.

Environment

  • Program version: master (after b39346f)
  • Shell interpreter: bash

Solved 0e674e1.