rez-interpret#

Usage#

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#

-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

--no-env#

interpret the code in an empty environment

--pv, --parent-variables <var>#

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

-v, --verbose#

verbose mode, repeat for more verbosity