Class: SMPTool::CLI::Commands::ListFiles
- Inherits:
-
InputCommand
- Object
- Dry::CLI::Command
- BaseCommand
- InputCommand
- SMPTool::CLI::Commands::ListFiles
- Defined in:
- lib/smp_tool/cli/commands/list_files.rb
Overview
Command to list files.
Instance Method Summary collapse
Instance Method Details
#call(input:, **options) ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/smp_tool/cli/commands/list_files.rb', line 12 def call(input:, **) Executor::FileListInformer.new( input: input, logger: _logger([:verbosity]), ** ).call end |