run_parser_test_suite

Function main

Source
pub(crate) fn main() -> ExitCode
Expand description

The entry point of the program.

This function processes command-line arguments, reads YAML files, and calls the parsing function for each file.

ยงReturns

Returns ExitCode::SUCCESS if all files are processed successfully, or ExitCode::FAILURE if any errors occur.