Renderingla

versio

Attaches a version string to a CLI root.

Syntax: @ versio <string>

Category

cli

Related

Examples

examples/corpus/meta/versio.fab (canonical · annotation)

Attaches a version string to a CLI root.

# meta/versio — CLI version annotation
#
# GRAMMAR:
#   annotation :← '@' 'versio' stringLit
#
# EXPECTED OUTPUT:
#   No incipit runtime — declaration-only CLI metadata.
#
# BACKEND:
#   declaration-only CLI metadata (whitelist: meta/versio.fab).

@ cli "versio-smoke"
@ versio "0.1.0"
@ descriptio "Version metadata exemplum"
incipit argumenta args {
}