aac.plugins.check.check_aac_impl¶
The AaC Check AaC plugin implementation module.
Functions
|
Business logic for the check command. |
- aac.plugins.check.check_aac_impl.check(aac_file: str, fail_on_warn: bool, verbose: bool) ExecutionResult [source]¶
Business logic for the check command.
- Parameters:
aac_file (str)
fail_on_warn (bool)
verbose (bool)
- Return type: