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