Class: Trixie::CLI::Init

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/trixie/cli.rb

Overview

rubocop:disable Style/Documentation

Instance Method Summary collapse

Instance Method Details

#call(template:, output:) ⇒ Object



13
14
15
16
# File 'lib/trixie/cli.rb', line 13

def call(template:, output:)
  warn "Creating trixie secrets file to #{output}"
  Template.render(template, to: output)
end