Class: Vivlio::Starter::CLI::SamovarCommands::CreateCoverCommand

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#callObject



63
64
65
66
67
68
69
70
71
# File 'lib/vivlio/starter/cli/samovar/create_command.rb', line 63

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