Class: Vivlio::Starter::CLI::SamovarCommands::PdfCommand

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

Overview

pdf コマンドの Samovar 実装(内部コマンド)–help 時は pdf:compress の存在を案内する

Instance Method Summary collapse

Instance Method Details

#callObject



33
34
35
36
37
# File 'lib/vivlio/starter/cli/samovar/pdf_command.rb', line 33

def call
  return print_pdf_internal_help if help_requested?

  PdfCommands.execute_pdf(build_options, output)
end