Class: Vivlio::Starter::CLI::SamovarCommands::CreateColophonCommand
- Inherits:
-
Samovar::Command
- Object
- Samovar::Command
- Vivlio::Starter::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
121 122 123 124 125 126 127 128 129 |
# File 'lib/vivlio/starter/cli/samovar/create_command.rb', line 121 def call CreateCommands.execute_colophon() 0 rescue SystemExit => e raise e rescue StandardError => e Common.log_error("create:colophon 実行中にエラー: #{e.}") 1 end |