Skip to main content

Module mode

Module mode 

Source
Expand description

Compatibility mode resolution.

Precedence ladder (FR-019, FR-020):

  1. Explicit --strict / --no-strict flag wins over everything.
  2. RUSTY_VIPE_STRICT=1 env var (any truthy value).
  3. argv[0] basename equals vipe (after .exe strip on Windows).
  4. Default mode.

Functions§

resolve
Resolve the compatibility mode from CLI flag, env var, and argv[0].