defmodule Mix.Tasks.Lain.Build do use Mix.Task def run([path]) do Lain.run(path) end end