Class: Aspen::CLI::Commands::Compile

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

Instance Method Summary collapse

Instance Method Details

#call(path:, **options) ⇒ Object



20
21
22
# File 'lib/aspen/cli/commands/compile.rb', line 20

def call(path: , **options)
  Aspen::Actions::Compile.new(path, options).call
end