Class: SMPTool::CLI::Commands::Push
- Inherits:
-
VolumeOperation
- Object
- Dry::CLI::Command
- BaseCommand
- InputCommand
- VolumeOperation
- SMPTool::CLI::Commands::Push
- Defined in:
- lib/smp_tool/cli/commands/push.rb
Overview
Command to push a file to the volume.
Instance Method Summary collapse
Instance Method Details
#call(input:, f_list:, **options) ⇒ Object
18 19 20 21 22 23 24 25 |
# File 'lib/smp_tool/cli/commands/push.rb', line 18 def call(input:, f_list:, **) Executor::Pusher.new( input: input, f_list: f_list, logger: _logger([:verbosity]), ** ).call end |