Next: , Up: args   [Index]


8.1 Enabling or disabling arguments validation

Global arguments validation is enabled or disabled by setting to #t or #f the arguments-validation identifier syntax exported by (vicare platform configuration), the default is #t; such value can be configured as follows:

  1. Argument validation is enabled by setting to the string yes, or the string 1, the environment variable VICARE_ARGUMENTS_VALIDATION.
  2. Argument validation is disabled by setting to the string no, or the string 0, the environment variable VICARE_ARGUMENTS_VALIDATION.
  3. If the environment variable VICARE_ARGUMENTS_VALIDATION is unset or set to some string different from yes, no, 1, 0: