Class: Vivlio::Starter::CLI::SamovarCommands::CreateCoverCommand
- Inherits:
-
Samovar::Command
- Object
- Samovar::Command
- Vivlio::Starter::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
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() 0 rescue SystemExit => e raise e rescue StandardError => e Common.log_error("create:cover 実行中にエラー: #{e.}") 1 end |