.. _rez-interpret: ============= rez-interpret ============= .. program:: rez-interpret Usage ===== .. code-block:: text rez interpret [-h] [-f {bash,csh,pwsh,sh,tcsh,zsh,dict,table}] [--no-env] [--pv VAR [VAR ...]] [-v] FILE description =========== Execute some Rex code and print the interpreted result. Options ======= .. option:: -f, --format print output in the given format. If None, the current shell language (bash) is used **Choices**: ``bash``, ``csh``, ``pwsh``, ``sh``, ``tcsh``, ``zsh``, ``dict``, ``table`` .. option:: --no-env interpret the code in an empty environment .. option:: --pv, --parent-variables environment variables to update rather than overwrite on first reference. If this is set to the special value ``all``, all variables will be treated this way .. option:: -v, --verbose verbose mode, repeat for more verbosity