Class: SMPTool::CLI::Commands::Info

Inherits:
InputCommand show all
Defined in:
lib/smp_tool/cli/commands/info.rb

Overview

Command to print info about the volume.

Instance Method Summary collapse

Instance Method Details

#call(input:, **options) ⇒ Object



12
13
14
15
16
17
18
# File 'lib/smp_tool/cli/commands/info.rb', line 12

def call(input:, **options)
  Executor::Informer.new(
    input: input,
    logger: _logger(options[:verbosity]),
    **options
  ).call
end