Class: VivlioStarter::CLI::SamovarCommands::CreateCoverCommand
- Inherits:
-
Samovar::Command
- Object
- Samovar::Command
- VivlioStarter::CLI::SamovarCommands::CreateCoverCommand
- Defined in:
- lib/vivlio_starter/cli/samovar/create_command.rb
Overview
create:cover コマンド(内部コマンド)
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
84 85 86 87 88 89 90 91 92 |
# File 'lib/vivlio_starter/cli/samovar/create_command.rb', line 84 def call CreateCommands.execute_cover() 0 rescue SystemExit => e raise e rescue StandardError => e Common.log_error("create:cover 実行中にエラー: #{e.}") 1 end |