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