Class: VivlioStarter::CLI::SamovarCommands::CreateTitlepageCommand

Inherits:
Samovar::Command
  • Object
show all
Defined in:
lib/vivlio_starter/cli/samovar/create_command.rb

Overview

create:titlepage コマンド(内部コマンド)

Instance Method Summary collapse

Instance Method Details

#callObject



113
114
115
116
117
118
119
120
121
# File 'lib/vivlio_starter/cli/samovar/create_command.rb', line 113

def call
  CreateCommands.execute_titlepage(build_options)
  0
rescue SystemExit => e
  raise e
rescue StandardError => e
  Common.log_error("create:titlepage 実行中にエラー: #{e.message}")
  1
end