Class: Credman::CLI::Commands::Conflicts

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

Instance Method Summary collapse

Instance Method Details

#call(environments:) ⇒ Object



106
107
108
# File 'lib/credman/commands.rb', line 106

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