Class: Trixie::CLI::Load

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(**options) ⇒ Object



25
26
27
# File 'lib/trixie/cli.rb', line 25

def call(**options)
  puts Trixie::Load.new(**options).call
end