Class: Credman::CLI::Commands::Delete
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Credman::CLI::Commands::Delete
- Defined in:
- lib/credman/commands.rb
Instance Method Summary collapse
Instance Method Details
#call(keys:, environments:) ⇒ Object
76 77 78 |
# File 'lib/credman/commands.rb', line 76 def call(keys:, environments:, **) Credman::Delete.new(environments).perform(keys) end |