hydromodpy.display.catchment_report.cli#

Shared command-line helpers for catchment report generation.

Functions

add_catchment_report_arguments(parser, *, ...)

Add the shared catchment report CLI arguments to a parser.

options_from_args(args)

Resolve CLI flags into the pipeline's optional override values.

print_catchment_report_result(result, *[, file])

Print generated artifact paths in the public CLI format.

run_catchment_report_from_args(args)

Run the catchment report pipeline from parsed CLI arguments.

Classes

CatchmentReportCommandOptions(report_config, ...)