Merge branch 'correct-and-improve-http-options' into 'develop'
[akkoma] / lib / mix / tasks / generate_config.ex
index 58ce3113b147ec63d0d597dbf8faf81565fab5a6..be085d187cb6c356f7bbe15047e289a6b4b7662f 100644 (file)
@@ -1,7 +1,15 @@
 defmodule Mix.Tasks.GenerateConfig do
   use Mix.Task
 
-  @shortdoc "Generates a new config"
+  @moduledoc """
+  Generate a new config
+
+  ## Usage
+  ``mix generate_config``
+
+  This mix task is interactive, and will overwrite the config present at ``config/generated_config.exs``.
+  """
+
   def run(_) do
     IO.puts("Answer a few questions to generate a new config\n")
     IO.puts("--- THIS WILL OVERWRITE YOUR config/generated_config.exs! ---\n")