Class: Credman::CLI::Commands::Init

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

Instance Method Summary collapse

Instance Method Details

#call(force_rewrite:) ⇒ Object



13
14
15
# File 'lib/credman/commands.rb', line 13

def call(force_rewrite:, **)
  Credman::Init.new.perform(force_rewrite)
end