mix lemon.help (lemon_core v0.1.0)

View Source

Print every mix lemon.* task grouped by purpose.

mix help | grep lemon lists the ~70 Lemon tasks alphabetically with no grouping. This task prints the same set organized into logical groups, reading each task's @shortdoc at runtime so the descriptions never drift from the code.

Usage

mix lemon.help

See docs/mix-tasks.md for the same grouping with flags, examples, and follow-up notes.