Doctor v0.12.0 Doctor.CLI View Source
Provides the various CLI task entry points and CLI arg parsing.
Link to this section Summary
Functions
Given the CLI arguments, run the report on the project,
Given a list of individual module reports, process each item in the list with the configured reporter and return a pass or fail boolean
Link to this section Functions
Link to this function
generate_module_report_list(args) View Source
Given the CLI arguments, run the report on the project,
Link to this function
process_module_report_list(module_report_list, args) View Source
Given a list of individual module reports, process each item in the list with the configured reporter and return a pass or fail boolean