Class: RailsCredentialsManager::CLI::Commands::List

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

Instance Method Summary collapse

Instance Method Details

#call(environments:) ⇒ Object



29
30
31
# File 'lib/rails_credentials_manager/commands.rb', line 29

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