Renderingla

descriptio

Attaches a description string to CLI metadata.

Syntax: @ descriptio <string>

Category

cli

Related

Examples

examples/corpus/descriptio/descriptio.fab (canonical · keyword)

Attaches a description string to CLI metadata.

# descriptio — CLI description annotation
#
# GRAMMAR:
#   annotation :← '@' 'descriptio' stringLit
#
# EXPECTED OUTPUT:
#   No incipit — declaration or test-runner surface only.
#
# BACKEND:
#   declaration-only CLI metadata (whitelist: descriptio/descriptio.fab).
#

@ cli "descriptio-smoke"
@ descriptio "Short CLI description"
incipit argumenta args {
}