20 21 22
# File 'lib/aspen/cli/commands/compile.rb', line 20 def call(path: , **options) Aspen::Actions::Compile.new(path, options).call end