defmodule Mix.Tasks.Skogsra.Set do @moduledoc """ Not implemented yet. It'll will set the environment variables according to the environment. Variables will be in the files `priv/env/#\{Mix.env\}.env`. """ use Mix.Task @shortdoc "Search for `.env` file and run them" def run(_) do IO.puts "Not implemented" end end