View Source Doctor.CLI (Doctor v0.21.0)

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,

Generate a report for a single project module.

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

generate_single_module_report(module_name, args)

View Source

Generate a report for a single project module.

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