Class: VivlioStarter::CLI::SamovarCommands::CreateColophonCommand
- Inherits:
-
Samovar::Command
- Object
- Samovar::Command
- VivlioStarter::CLI::SamovarCommands::CreateColophonCommand
- Defined in:
- lib/vivlio_starter/cli/samovar/create_command.rb
Overview
create:colophon コマンド(内部コマンド)
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
142 143 144 145 146 147 148 149 150 |
# File 'lib/vivlio_starter/cli/samovar/create_command.rb', line 142 def call CreateCommands.execute_colophon() 0 rescue SystemExit => e raise e rescue StandardError => e Common.log_error("create:colophon 実行中にエラー: #{e.}") 1 end |