Skip to content

Commit

Permalink
fix: make shortdoc for cheat sheats mix task shorter (ash-project#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonagam authored May 14, 2024
1 parent b61da4a commit b9266b2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/mix/tasks/spark.cheat_sheets.ex
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
defmodule Mix.Tasks.Spark.CheatSheets do
@shortdoc """
Creates a set of cheat sheets for each Extension provided
You will want to include this task with the `--check` flag in your CI pipeline as well.
"""
@shortdoc "Creates cheat sheets for each Extension provided. Useful for CI with `--check` flag."
@moduledoc @shortdoc
use Mix.Task

Expand Down

0 comments on commit b9266b2

Please sign in to comment.