Skip to content
  • Edward Fauchon-Jones's avatar
    Add optional attribute to specification fields · b077ca02
    Edward Fauchon-Jones authored
    - `auxiliary-info` is specified as an optional field.
    
    - `lvcnrcheck` gives a return code of `0` if the only failing fields are
      option and missing.
    
      However if fields are present and fail for other reasons (for example
      wrong type such as `str` when it should be `int`) then the return code
      will be `1`.
    b077ca02