Class: Vivlio::Starter::CLI::SamovarCommands::PdfCompressCommand

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

Overview

pdf:compress コマンドの Samovar 実装(Public コマンド)

Instance Method Summary collapse

Instance Method Details

#callObject



78
79
80
81
82
# File 'lib/vivlio/starter/cli/samovar/pdf_command.rb', line 78

def call
  return print_compress_help if help_requested?

  PdfCommands.execute_pdf_compress(build_options, input, output)
end