Class: Vivlio::Starter::CLI::SamovarCommands::PdfCompressCommand
- Inherits:
-
Samovar::Command
- Object
- Samovar::Command
- Vivlio::Starter::CLI::SamovarCommands::PdfCompressCommand
- Defined in:
- lib/vivlio/starter/cli/samovar/pdf_command.rb
Overview
pdf:compress コマンドの Samovar 実装(Public コマンド)
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
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(, input, output) end |