Class: SMPTool::CLI::Commands::Info
- Inherits:
-
InputCommand
- Object
- Dry::CLI::Command
- BaseCommand
- InputCommand
- SMPTool::CLI::Commands::Info
- 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:, **) Executor::Informer.new( input: input, logger: _logger([:verbosity]), ** ).call end |