Current section

Files

Jump to
anybar lib mix tasks anybar.ex
Raw

lib/mix/tasks/anybar.ex

defmodule Mix.Tasks.Anybar do
use Mix.Task
@shortdoc "Changes the color of the AnyBar app"
def run(args), do: AnyBar.CLI.main(args)
end