Compilazione di un file sorgente con compile
Il comando compile permette di ottenere l’output desiderato a partire da un file sorgente IbiScript.
$ ibis compile -h
Compile a source file into the specified target format
Usage: ibis compile [OPTIONS] <FILE>
Arguments:
<FILE> The .ibi source file to compile
Options:
-f, --format <FORMAT> The target output format [default: html] [possible values: unicode, html, epidoc, typst, pdf]
-o, --output <OUTPUT> The output file path
--inline-section-breaks Inline section breaks instead of dropping them as block-level structural breaks
-s, --lines <SEMANTIC_LINE_FILTER> Extract specific semantic lines or ranges from the inscription (e.g., "2" or "4..5")
-h, --help Print help