===================== Miscellaneous Helpers ===================== Clap has a few extra tools that may be useful when creating your applications. ANSI Formatting =============== .. currentmodule:: clap.ansi The :class:`clap.ansi.ANSI` class can be used to format your output with ANSI color and text effects. .. autoclass:: ANSI :members: Two instances of this class are provided. .. autodata:: ansi .. autodata:: ansi_codes