Class: Credman::CLI::Commands::List

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/credman/commands.rb

Instance Method Summary collapse

Instance Method Details

#call(environments:) ⇒ Object



43
44
45
# File 'lib/credman/commands.rb', line 43

def call(environments:, **)
  Credman::List.new(environments).perform
end