Mix tasks: derive moduledoc from doc files

This commit is contained in:
rinpatch 2019-10-03 13:59:49 +03:00
commit e00403af23
7 changed files with 7 additions and 0 deletions

View file

@ -13,6 +13,7 @@ defmodule Mix.Tasks.Pleroma.Database do
use Mix.Task
@shortdoc "A collection of database related tasks"
@moduledoc File.read!("docs/administration/CLI_tasks/database.md")
def run(["remove_embedded_objects" | args]) do
{options, [], []} =