Generate HTML Progress Arguments
""""""""""""""""""""""""""""""""

.. code-block:: console
    :caption: <PROGRESS HTML REPORT ARGS>

    -gen_progress_report [-parent_folder <dir>] [-report_folder <dir>] [-progress_name <name>] [-body_only] [-html_report_location <dir>]

.. code-block:: console
    :caption: <PROGRESS HTML REPORT ARGS> Description

    -gen_progress_report               Generate the HTML Progress Report with all the given HTML Reports.
                                       At least one of -parent_folder or multiple -report_folder must be specified.
    -parent_folder <dir>               [Optional] Directory that contains HTML reports which are used to generate the HTML Progress Report.
    -report_folder <dir>               [Optional] Directory of the HTML report used to generate the HTML Progress Report.
                                                  Can be repeated.
    -progress_name <name>              [Optional] Customize the name of the generated HTML Progress Report.
    -body_only                         [Optional] Removes the header and the footer from the generated HTML Progress Report.
    -html_report_location <dir>        [Optional] Destination directory for the HTML Progress report.
                                                  Default value: current directory.