Class: Credman::CLI::Commands::Conflicts
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Credman::CLI::Commands::Conflicts
- 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 |