Declares a CLI operand annotation.
Syntax: @ operandus [ceteri] <type> <binding> [descriptio \"...\"] [ubique] [vel <default>]
Category
cli
Related
Examples
examples/corpus/operandus/operandus.fab (canonical · keyword)
Declares a CLI operand annotation.
# operandus — CLI positional operand
#
# GRAMMAR:
# annotation :← '@' 'operandus' operandSpec
#
# EXPECTED OUTPUT:
# No incipit — declaration or test-runner surface only.
#
# BACKEND:
# declaration-only CLI metadata (whitelist: operandus/operandus.fab).
#
@ cli "operandus-smoke"
@ operandus textus input descriptio "Input path"
@ operandus ceteri textus files descriptio "Extra files"
incipit argumenta args {
}