chore(lune): add description comment to lune script

Comments starting with `-->` get displayed as a short description for
the script in the `lune list` output.
This commit is contained in:
Erica Marigold 2025-02-21 19:04:55 +00:00
parent 0275badc55
commit 897f37b86e
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -1,3 +1,5 @@
--> Generate markdown documentation from moonwave comments
local process = require("@lune/process")
local serde = require("@lune/serde")