Renderingla

optiones

Binds CLI options metadata to a function declaration.

Syntax: functio <name>(...) optiones <ident> → <type>

Category

entry

Related

Examples

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

Binds CLI options metadata to a function declaration.

# optiones — CLI options bundle on functio
#
# GRAMMAR:
#   funcModifier :← ')' 'optiones' ident '→' type
#
# EXPECTED OUTPUT:
#   No incipit — declaration or test-runner surface only.
#
# BACKEND:
#   declaration-only CLI binding (whitelist: optiones/optiones.fab).
#

functio mitte() optiones Opts → textus {
    redde "ok"
}

Expected output: