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



121
122
123
124
125
126
127
128
129
# File 'lib/vivlio/starter/cli/samovar/create_command.rb', line 121

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