Class: SMPTool::CLI::Commands::ExtractAll
- Inherits:
-
InputCommand
- Object
- Dry::CLI::Command
- BaseCommand
- InputCommand
- SMPTool::CLI::Commands::ExtractAll
- Defined in:
- lib/smp_tool/cli/commands/extract_all.rb
Overview
Command to extract all files from the volume.
Instance Method Summary collapse
Instance Method Details
#call(input:, **options) ⇒ Object
25 26 27 28 29 30 31 |
# File 'lib/smp_tool/cli/commands/extract_all.rb', line 25 def call(input:, **) if [:raw] _extract_raw(input: input, **) else _extract_txt(input: input, **) end end |