rubocop:disable Style/Documentation
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