Class: Vivlio::Starter::CLI::SamovarCommands::PdfCommand
- Inherits:
-
Samovar::Command
- Object
- Samovar::Command
- Vivlio::Starter::CLI::SamovarCommands::PdfCommand
- Defined in:
- lib/vivlio/starter/cli/samovar/pdf_command.rb
Overview
pdf コマンドの Samovar 実装(内部コマンド)–help 時は pdf:compress の存在を案内する
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
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(, output) end |