pre.hn/lib/mix/tasks/pre_dot_hn/clean.ex

8 lines
105 B
Elixir
Raw Normal View History

2025-01-10 22:09:02 +00:00
defmodule Mix.Tasks.PreDotHn.Clean do
use Mix.Task
def run(_args) do
PreDotHn.clean()
end
end