class Aspen::CLI::Commands::Compile

Public Instance Methods

call(path: , **options) click to toggle source
# File lib/aspen/cli/commands/compile.rb, line 20
def call(path: , **options)
  Aspen::Actions::Compile.new(path, options).call
end