Everything should use Mix.Task.Run
This commit is contained in:
parent
facfd03bc1
commit
ffec96d8cc
|
@ -198,7 +198,7 @@ def run(["unsubscribe", nickname]) do
|
||||||
end
|
end
|
||||||
|
|
||||||
def run(["set", nickname | rest]) do
|
def run(["set", nickname | rest]) do
|
||||||
Application.ensure_all_started(:pleroma)
|
Mix.Task.run("app.start")
|
||||||
|
|
||||||
{options, [], []} =
|
{options, [], []} =
|
||||||
OptionParser.parse(
|
OptionParser.parse(
|
||||||
|
|
Loading…
Reference in New Issue