Current section

Files

Jump to
skogsra lib mix tasks skogsra.set.ex
Raw

lib/mix/tasks/skogsra.set.ex

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"
@doc """
Not implemented.
"""
def run(_) do
IO.puts "Not implemented"
end
end