Add shortdoc to display task in mix list
This commit is contained in:
@@ -2,6 +2,8 @@ defmodule Mix.Tasks.Meditate do
|
|||||||
use Mix.Task
|
use Mix.Task
|
||||||
alias Options
|
alias Options
|
||||||
|
|
||||||
|
@shortdoc "Start the koans"
|
||||||
|
|
||||||
def run(args) do
|
def run(args) do
|
||||||
Application.ensure_all_started(:elixir_koans)
|
Application.ensure_all_started(:elixir_koans)
|
||||||
Code.compiler_options(ignore_module_conflict: true)
|
Code.compiler_options(ignore_module_conflict: true)
|
||||||
@@ -35,4 +37,3 @@ defmodule Mix.Tasks.Meditate do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user