diff options
| author | rinpatch <rinpatch@sdf.org> | 2019-06-22 12:44:20 +0300 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2019-06-22 12:44:20 +0300 |
| commit | 51760c84b91f0af75200d2505f6b52ec1a4af484 (patch) | |
| tree | 738ff5876fd4c63d2613540e08003354b0055443 /lib/mix/pleroma.ex | |
| parent | 177faf15c24453fc67bb5bedc6189055e686e2a3 (diff) | |
| parent | 8dbcff2fed0bf6fb20b70388974fcbe9d3a0aeee (diff) | |
| download | pleroma-51760c84b91f0af75200d2505f6b52ec1a4af484.tar.gz pleroma-51760c84b91f0af75200d2505f6b52ec1a4af484.zip | |
Merge branch 'develop' into release-docs
Diffstat (limited to 'lib/mix/pleroma.ex')
| -rw-r--r-- | lib/mix/pleroma.ex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/mix/pleroma.ex b/lib/mix/pleroma.ex index 548c8a0a4..1b758ea33 100644 --- a/lib/mix/pleroma.ex +++ b/lib/mix/pleroma.ex @@ -9,6 +9,10 @@ defmodule Mix.Pleroma do {:ok, _} = Application.ensure_all_started(:pleroma) end + def load_pleroma do + Application.load(:pleroma) + end + def get_option(options, opt, prompt, defval \\ nil, defname \\ nil) do Keyword.get(options, opt) || shell_prompt(prompt, defval, defname) end |
