Class: Vivlio::Starter::CLI::SamovarCommands::CreateLegalpageCommand

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#callObject



150
151
152
153
154
155
156
157
158
# File 'lib/vivlio/starter/cli/samovar/create_command.rb', line 150

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