forked from AkkomaGang/akkoma
Mix task frontend: Read the docs.
This commit is contained in:
parent
03da653a12
commit
e5ab5fbe76
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ defmodule Mix.Tasks.Pleroma.Frontend do
|
||||||
|
|
||||||
@shortdoc "Manages bundled Pleroma frontends"
|
@shortdoc "Manages bundled Pleroma frontends"
|
||||||
|
|
||||||
# @moduledoc File.read!("docs/administration/CLI_tasks/frontend.md")
|
@moduledoc File.read!("docs/administration/CLI_tasks/frontend.md")
|
||||||
|
|
||||||
def run(["install", "none" | _args]) do
|
def run(["install", "none" | _args]) do
|
||||||
shell_info("Skipping frontend installation because none was requested")
|
shell_info("Skipping frontend installation because none was requested")
|
||||||
|
|
Loading…
Reference in a new issue