Module: Vivlio::Starter::CLI::EpubCommands
- Defined in:
- lib/vivlio/starter/cli/epub.rb
Overview
EPUB 生成コマンドモジュール
Defined Under Namespace
Classes: EpubCommandRunner
Class Method Summary collapse
-
.execute_epub(options, target_output = nil) ⇒ Boolean
EPUB 生成を実行する.
Class Method Details
.execute_epub(options, target_output = nil) ⇒ Boolean
EPUB 生成を実行する
32 33 34 |
# File 'lib/vivlio/starter/cli/epub.rb', line 32 def execute_epub(, target_output = nil) EpubCommandRunner.new(, target_output).call end |