| Name | Description |
|---|
--no-save | Do not save the document after executing it. Possible values: true, false. |
--cache | Cache the document after executing it. Possible values: true, false. |
-f, --from | The format of the input/s. |
--fine | Use fine decoding if available for input format. Possible values: true, false. |
--coarse | Use coarse decoding if available for input format. Possible values: true, false. |
--pages | Pages to include when decoding multi-page documents. |
--exclude-pages | Pages to exclude when decoding multi-page documents. |
--ignore-artifacts | Ignore cached artifacts and force re-processing. Possible values: true, false. |
--no-artifacts | Prevent creating artifacts during decoding. Possible values: true, false. |
--island-wrap | Wrap specified environments in Island nodes during decoding. Default value: figure,table,longtable,landscape. |
--no-island-wrap | Disable automatic Island wrapping of environments. Possible values: true, false. |
--island-style | Style to apply to auto-created Island nodes. |
--input-losses | Action when there are losses decoding from input files. Default value: debug. |
--include-structuring | Structuring operations to include (comma-separated). |
--exclude-structuring | Structuring operations to exclude (comma-separated). |
--citation-style | The citation style to assume for text-to-citation structuring. |
--ignore-errors | Ignore any errors while executing document. Possible values: true, false. |
--force-all | Re-execute all node types regardless of current state. Possible values: true, false. |
--skip-code | Skip executing code. Possible values: true, false. |
--skip-instructions | Skip executing instructions. Possible values: true, false. |
--retain-suggestions | Retain existing suggestions for instructions. Possible values: true, false. |
--force-unreviewed | Re-execute instructions with suggestions that have not yet been reviewed. Possible values: true, false. |
--force-accepted | Re-execute instructions with suggestions that have been accepted. Possible values: true, false. |
--skip-rejected | Skip re-executing instructions with suggestions that have been rejected. Possible values: true, false. |
--dry-run | Prepare, but do not actually perform, execution tasks. Possible values: true, false. |