Current section

Files

Jump to
prom_ex lib mix tasks prom_ex.outdated.ex
Raw

lib/mix/tasks/prom_ex.outdated.ex

defmodule Mix.Tasks.PromEx.Outdated do
@moduledoc """
This will generate a version diff of what is in PromEx and what's in Grafana
"""
use Mix.Task
@impl true
def run(_args) do
end
end