Generate Custom Report Arguments
""""""""""""""""""""""""""""""""

.. code-block:: console
    :caption: <CUSTOM REPORT ARGS>

    -gen_custom_report <FTL file>|<predefined template name> [-custom_report_location <dir>]

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

    -gen_custom_report <FTL file>|<predefined template name>        Generate a custom report using the user-defined specified template or the predefined template name.
                                                                    Available values for <predefined template name> are: FAILURES_TEXT, FAILURES_JSON, FAILURES_XML,
                                                                    LINTED_FILES_TEXT, AUTOCORRECT_EDITS_TEXT, WAIVED_FAILURES_CSV, AVAILABLE_CHECKS_CSV,
                                                                    AUTOCORRECT_MODIFIED_FILES_SH, PERFORMANCE_STATS_TEXT.
                                                                    Can be repeated.
    -custom_report_location <dir>                                   [Optional] Destination directory for the custom lint report.
                                                                               Default value: current directory.