Class: VivlioStarter::CLI::SamovarCommands::CreateColophonCommand

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#callObject



142
143
144
145
146
147
148
149
150
# File 'lib/vivlio_starter/cli/samovar/create_command.rb', line 142

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