Packages

Elixir ACL library for managing user abilities and permissions with support of ecto and compatibility with absinthe

Current section

Files

Jump to
terminator lib mix tasks terminator.ex
Raw

lib/mix/tasks/terminator.ex

defmodule Mix.Tasks.Terminator do
def run(_) do
Application.ensure_all_started(:terminator)
Mix.shell().info("Terminator v#{Application.spec(:terminator, :vsn)}")
Mix.shell().info("A toolkit for data mapping and language integrated query for Elixir.")
Mix.shell().info("\nAvailable tasks:\n")
Mix.Tasks.Help.run(["--search", "terminator."])
end
end