Class: Vivlio::Starter::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



92
93
94
95
96
97
98
99
100
# File 'lib/vivlio/starter/cli/samovar/create_command.rb', line 92

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