Using --input you can pass key-value pairs into your document:
typst compile main.typ --input foo=bar
These are accessible via the sys.inputs dictionary.
Example:
The `sys.inputs` dictionary has the following keys: #sys.inputs.keys().
The first value is #sys.inputs.at("foo").
