Class: VivlioStarter::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



171
172
173
174
175
176
177
178
179
# File 'lib/vivlio_starter/cli/samovar/create_command.rb', line 171

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