Compare Arguments
"""""""""""""""""

.. code-block:: console
    :caption: <COMPARE ARGS>

    -compare_baseline <dir> -compare_current <dir> [-map <mapping>] [-html_report_location <dir>]

.. code-block:: console
    :caption: <COMPARE ARGS> Description

    -compare_baseline <dir>            Directory of the baseline HTML report to be compared with the current report specified by the ‘compare_current’ argument.
    -compare_current <dir>             Directory of the current HTML report to be compared with the baseline report specified by the ‘compare_baseline’ argument.
    -map <mapping>                     [Optional] Create a mapping between linted files from current and baseline reports.
                                                  The mapping has the format ‘type+current_report_path_pattern=baseline_report_path_pattern’, where the type is one of PERL or SIMPLE.
                                                  Default value for type: PERL.
    -html_report_location <dir>        [Optional] Destination directory for the HTML lint report.
                                                  Default value: current directory.